Salome HOME
Rollback of rc2 changes
authorbarate <barate>
Wed, 20 Apr 2011 15:16:51 +0000 (15:16 +0000)
committerbarate <barate>
Wed, 20 Apr 2011 15:16:51 +0000 (15:16 +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 ee00ebeba14cb47754397768daf6067fececf3a5..6fc77b45c63c922622698eb18832d0be3ad8d258 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 cb67afbfd7f25a39a22644cc1ca28539a66645e1..c23c722fdeeaff4bbdabd52b4bdeb41e2e37855f 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 2643bda797c0748e239d2157b9729bb4e76c0142..23d5f4bdcf0da309625316868984b1931265471a 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 a064ac4ce57b2dc98f37c56ad9c31ea8ef99505a..d7d50857fef89a341407109deeecd3a58b36a60d 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 cb163d2f0fb8727e2ac30eb6ed512d9a0432b3f4..58eb2d5d08dc533d846a2bf9a59015655e1927cc 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 7c4dca1bfd9372dc4b6dd11e54180220101aae08..162fd19fedb85b299a35e98183ad3b5a6a0842e2 100644 (file)
@@ -31,7 +31,7 @@
 #include <sstream>
 #include <cstdlib>
 
-#include "Test_config.h"
+#include <Test_config.h>
 
 #include "SimpleParser.hxx"
 
index 1ae33544ce5edf7c1a8650aa1b9d00e2ef742d27..d0b05fcbdfdeb7e4b868568dc3f5c9a34294aadb 100644 (file)
@@ -29,7 +29,7 @@
 #include <cassert>
 #include <iostream>
 
-#include "Test_config.h"
+#include <Test_config.h>
 
 #include "SimpleParser.hxx"
 
index 00ac0bd4fd800f82f6ec304cd7425eb562d9b16d..86dab9e5c163242d4b84768a7dd289847797b8f0 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 d0f48bedbdae8c12f9240e14b4d2025b9bdf3819..ba6cc48ba058505abebc2a340a5141cb96661fd4 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 ab0c62331597436012cd6ea25dcdaf551d119827..52f20ea5ea7b18fe5bef2d97eb49663ca093e97f 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 1f941efc9865f3d36e5918d94b272c0337ddf56b..c0307ca08c8becb64f7ae9b42cc50f88691fb3a5 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <string>
 
-#include "Batch_JobInfo.hxx"
+#include <Batch_JobInfo.hxx>
 
 namespace Batch {
 
index acdbc0c18d48c90a41f175886e0550a0d49c5513..b3dc0b33b6100feb59e149bb8d710167accd5e48 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 a2e34c5a8b2f5cd019cdccd44f057bad25f36dca..37cf921bb8c43a6b1c44eba98ced9f93e28e37cf 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 9c0df7ffe7a83ac524d80fdd478a860c9fb6dce0..db7203cfec4c6d8700e483bd5ed01e6656e56346 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 c430ae54b233cf718d73dd15585a382b42c45c60..89a593fb09f2900df1529d17748cd0cb528764b3 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 4881c50eebb6b3dfe4bac07d2c4dc2bb276b4360..433e73eca4430a589814bfda26e76a91b084e878 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 6d9d478eb5564aba1203ea6f1577eb013d3121dd..3191b6b8c35a310eb457b63ca6dfcb7ff882f4f3 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 ddec1fb8c1a3e1ecf0b2cecb6f7c7eca60f6187f..1425cbd28055439cb8fe7b490e5219842c771e42 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 16ccd7ae4e56a9177c6f12f3cb30872de5bc5ab3..35f0cc554e2332026520c53e815ffa146b1511b4 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 ac7f32a68d3be2855f459c4a7e94c4d838c1fabe..5b05539d18c680b7f7701d70e5002e703cb687d8 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>