Salome HOME
Fix configuration / compilation problems in KERNEL (wrong #include syntax for local... V1_3_0rc2
authorvsr <vsr@opencascade.com>
Mon, 18 Apr 2011 10:38:43 +0000 (10:38 +0000)
committervsr <vsr@opencascade.com>
Mon, 18 Apr 2011 10:38:43 +0000 (10:38 +0000)
20 files changed:
src/Core/Batch_BatchManager_eClient.cxx
src/Core/Batch_CommunicationProtocol.cxx
src/Core/Batch_CommunicationProtocolRSH.cxx
src/Core/Batch_CommunicationProtocolSH.cxx
src/Core/Batch_CommunicationProtocolSSH.cxx
src/Core/Test/SimpleParser.cxx
src/Core/Test/Test_SimpleParser.cxx
src/LoadLeveler/Batch_BatchManager_eLL.cxx
src/LoadLeveler/Batch_FactBatchManager_eLL.hxx
src/LoadLeveler/Batch_JobInfo_eLL.cxx
src/LoadLeveler/Batch_JobInfo_eLL.hxx
src/LoadLeveler/Test/Test_eLL.cxx
src/Local/Batch_FactBatchManager_Local.cxx
src/Local/Test/Test_Local_RSH.cxx
src/Local/Test/Test_Local_SH.cxx
src/Local/Test/Test_Local_SSH.cxx
src/PBS/Batch_BatchManager_ePBS.cxx
src/PBS/Test/Test_PBS.cxx
src/PBS/Test/Test_ePBS.cxx
src/SSH/Batch_BatchManager_eSSH.cxx

index 6fc77b45c63c922622698eb18832d0be3ad8d258..ee00ebeba14cb47754397768daf6067fececf3a5 100644 (file)
@@ -44,7 +44,7 @@
 #include <io.h>
 #endif
 
-#include <Batch_config.h>
+#include "Batch_config.h"
 
 #include "Batch_Constants.hxx"
 #include "Batch_BatchManager_eClient.hxx"
index c23c722fdeeaff4bbdabd52b4bdeb41e2e37855f..cb67afbfd7f25a39a22644cc1ca28539a66645e1 100644 (file)
@@ -30,7 +30,7 @@
 #include <iostream>
 #include <stdlib.h>
 
-#include <Batch_config.h>
+#include "Batch_config.h"
 
 #include "Batch_CommunicationProtocol.hxx"
 #include "Batch_CommunicationProtocolRSH.hxx"
index 23d5f4bdcf0da309625316868984b1931265471a..2643bda797c0748e239d2157b9729bb4e76c0142 100644 (file)
 #include <direct.h>
 #include <iostream>
 
-#include <Batch_RunTimeException.hxx>
+#include "Batch_RunTimeException.hxx"
 #endif
 
-#include <Batch_config.h>
+#include "Batch_config.h"
 
 #include "Batch_CommunicationProtocolRSH.hxx"
 
index d7d50857fef89a341407109deeecd3a58b36a60d..a064ac4ce57b2dc98f37c56ad9c31ea8ef99505a 100644 (file)
@@ -26,7 +26,7 @@
  *  Author : Renaud BARATE - EDF R&D
  */
 
-#include <Batch_config.h>
+#include "Batch_config.h"
 
 #include "Batch_CommunicationProtocolSH.hxx"
 
index 58eb2d5d08dc533d846a2bf9a59015655e1927cc..cb163d2f0fb8727e2ac30eb6ed512d9a0432b3f4 100644 (file)
@@ -26,7 +26,7 @@
  *  Author : Renaud BARATE - EDF R&D
  */
 
-#include <Batch_config.h>
+#include "Batch_config.h"
 
 #include "Batch_CommunicationProtocolSSH.hxx"
 
index 162fd19fedb85b299a35e98183ad3b5a6a0842e2..7c4dca1bfd9372dc4b6dd11e54180220101aae08 100644 (file)
@@ -31,7 +31,7 @@
 #include <sstream>
 #include <cstdlib>
 
-#include <Test_config.h>
+#include "Test_config.h"
 
 #include "SimpleParser.hxx"
 
index d0b05fcbdfdeb7e4b868568dc3f5c9a34294aadb..1ae33544ce5edf7c1a8650aa1b9d00e2ef742d27 100644 (file)
@@ -29,7 +29,7 @@
 #include <cassert>
 #include <iostream>
 
-#include <Test_config.h>
+#include "Test_config.h"
 
 #include "SimpleParser.hxx"
 
index 86dab9e5c163242d4b84768a7dd289847797b8f0..00ac0bd4fd800f82f6ec304cd7425eb562d9b16d 100644 (file)
@@ -30,8 +30,8 @@
 #include <iostream>
 #include <fstream>
 
-#include <Batch_NotYetImplementedException.hxx>
-#include <Batch_Constants.hxx>
+#include "Batch_NotYetImplementedException.hxx"
+#include "Batch_Constants.hxx"
 
 #include "Batch_FactBatchManager_eLL.hxx"
 #include "Batch_BatchManager_eLL.hxx"
index ba6cc48ba058505abebc2a340a5141cb96661fd4..d0f48bedbdae8c12f9240e14b4d2025b9bdf3819 100644 (file)
@@ -29,8 +29,8 @@
 #ifndef _FACTBATCHMANAGER_ELL_H_
 #define _FACTBATCHMANAGER_ELL_H_
 
-#include <Batch_Defines.hxx>
-#include <Batch_Constants.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_Constants.hxx"
 
 #include "Batch_BatchManager_eClient.hxx"
 #include "Batch_FactBatchManager_eClient.hxx"
index 52f20ea5ea7b18fe5bef2d97eb49663ca093e97f..ab0c62331597436012cd6ea25dcdaf551d119827 100644 (file)
@@ -30,8 +30,8 @@
 #include <fstream>
 #include <sstream>
 
-#include <Batch_RunTimeException.hxx>
-#include <Batch_Constants.hxx>
+#include "Batch_RunTimeException.hxx"
+#include "Batch_Constants.hxx"
 
 #include "Batch_JobInfo_eLL.hxx"
 
index c0307ca08c8becb64f7ae9b42cc50f88691fb3a5..1f941efc9865f3d36e5918d94b272c0337ddf56b 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <string>
 
-#include <Batch_JobInfo.hxx>
+#include "Batch_JobInfo.hxx"
 
 namespace Batch {
 
index b3dc0b33b6100feb59e149bb8d710167accd5e48..acdbc0c18d48c90a41f175886e0550a0d49c5513 100644 (file)
 #include <fstream>
 #include <cstring>
 
-#include <Batch_Constants.hxx>
-#include <Batch_Job.hxx>
-#include <Batch_BatchManagerCatalog.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_FactBatchManager_eClient.hxx>
-#include <Batch_FactBatchManager_eLL.hxx>
-#include <Batch_BatchManager.hxx>
-#include <Batch_BatchManager_eClient.hxx>
-
-#include <SimpleParser.hxx>
+#include "Batch_Constants.hxx"
+#include "Batch_Job.hxx"
+#include "Batch_BatchManagerCatalog.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_FactBatchManager_eClient.hxx"
+#include "Batch_FactBatchManager_eLL.hxx"
+#include "Batch_BatchManager.hxx"
+#include "Batch_BatchManager_eClient.hxx"
+
+#include "SimpleParser.hxx"
 
 using namespace std;
 using namespace Batch;
index 37cf921bb8c43a6b1c44eba98ced9f93e28e37cf..a2e34c5a8b2f5cd019cdccd44f057bad25f36dca 100644 (file)
@@ -32,7 +32,7 @@
  *
  */
 
-#include <Batch_config.h>
+#include "Batch_config.h"
 
 #include "Batch_BatchManager_Local.hxx"
 #include "Batch_FactBatchManager_Local.hxx"
index db7203cfec4c6d8700e483bd5ed01e6656e56346..9c0df7ffe7a83ac524d80fdd478a860c9fb6dce0 100644 (file)
 #include <iostream>
 #include <fstream>
 
-#include <Batch_Constants.hxx>
-#include <Batch_Job.hxx>
-#include <Batch_BatchManagerCatalog.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager.hxx>
+#include "Batch_Constants.hxx"
+#include "Batch_Job.hxx"
+#include "Batch_BatchManagerCatalog.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager.hxx"
 
-#include <SimpleParser.hxx>
+#include "SimpleParser.hxx"
 
 using namespace std;
 using namespace Batch;
index 89a593fb09f2900df1529d17748cd0cb528764b3..c430ae54b233cf718d73dd15585a382b42c45c60 100644 (file)
 #include <iostream>
 #include <fstream>
 
-#include <Batch_Constants.hxx>
-#include <Batch_Job.hxx>
-#include <Batch_BatchManagerCatalog.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager.hxx>
-
-#include <Test_Local_config.h>
-#include <SimpleParser.hxx>
+#include "Batch_Constants.hxx"
+#include "Batch_Job.hxx"
+#include "Batch_BatchManagerCatalog.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager.hxx"
+
+#include "Test_Local_config.h"
+#include "SimpleParser.hxx"
 
 using namespace std;
 using namespace Batch;
index 433e73eca4430a589814bfda26e76a91b084e878..4881c50eebb6b3dfe4bac07d2c4dc2bb276b4360 100644 (file)
 #include <fstream>
 #include <cstdlib>
 
-#include <Batch_Constants.hxx>
-#include <Batch_Job.hxx>
-#include <Batch_BatchManagerCatalog.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager.hxx>
+#include "Batch_Constants.hxx"
+#include "Batch_Job.hxx"
+#include "Batch_BatchManagerCatalog.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager.hxx"
 
-#include <SimpleParser.hxx>
+#include "SimpleParser.hxx"
 
 using namespace std;
 using namespace Batch;
index 3191b6b8c35a310eb457b63ca6dfcb7ff882f4f3..6d9d478eb5564aba1203ea6f1577eb013d3121dd 100644 (file)
@@ -39,7 +39,7 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <Batch_config.h>
+#include "Batch_config.h"
 
 #ifdef MSVC
 #include <io.h>
index 1425cbd28055439cb8fe7b490e5219842c771e42..ddec1fb8c1a3e1ecf0b2cecb6f7c7eca60f6187f 100644 (file)
 #include <iostream>
 #include <fstream>
 
-#include <Batch_Constants.hxx>
-#include <Batch_Job.hxx>
-#include <Batch_BatchManagerCatalog.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager.hxx>
+#include "Batch_Constants.hxx"
+#include "Batch_Job.hxx"
+#include "Batch_BatchManagerCatalog.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager.hxx"
 
-#include <SimpleParser.hxx>
+#include "SimpleParser.hxx"
 
 using namespace std;
 using namespace Batch;
index 35f0cc554e2332026520c53e815ffa146b1511b4..16ccd7ae4e56a9177c6f12f3cb30872de5bc5ab3 100644 (file)
 #include <fstream>
 #include <cstring>
 
-#include <Batch_Constants.hxx>
-#include <Batch_Job.hxx>
-#include <Batch_BatchManagerCatalog.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_FactBatchManager_eClient.hxx>
-#include <Batch_BatchManager.hxx>
-#include <Batch_BatchManager_eClient.hxx>
-
-#include <SimpleParser.hxx>
+#include "Batch_Constants.hxx"
+#include "Batch_Job.hxx"
+#include "Batch_BatchManagerCatalog.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_FactBatchManager_eClient.hxx"
+#include "Batch_BatchManager.hxx"
+#include "Batch_BatchManager_eClient.hxx"
+
+#include "SimpleParser.hxx"
 
 using namespace std;
 using namespace Batch;
index 5b05539d18c680b7f7701d70e5002e703cb687d8..ac7f32a68d3be2855f459c4a7e94c4d838c1fabe 100644 (file)
@@ -33,7 +33,7 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <Batch_config.h>
+#include "Batch_config.h"
 
 #ifdef MSVC
 #include <io.h>