From 2c13aa38c02af3cd1296859c874c80a52b984ddf Mon Sep 17 00:00:00 2001 From: barate Date: Wed, 20 Apr 2011 15:16:51 +0000 Subject: [PATCH] Rollback of rc2 changes --- src/Core/Batch_BatchManager_eClient.cxx | 2 +- src/Core/Batch_CommunicationProtocol.cxx | 2 +- src/Core/Batch_CommunicationProtocolRSH.cxx | 4 ++-- src/Core/Batch_CommunicationProtocolSH.cxx | 2 +- src/Core/Batch_CommunicationProtocolSSH.cxx | 2 +- src/Core/Test/SimpleParser.cxx | 2 +- src/Core/Test/Test_SimpleParser.cxx | 2 +- src/LoadLeveler/Batch_BatchManager_eLL.cxx | 4 ++-- .../Batch_FactBatchManager_eLL.hxx | 4 ++-- src/LoadLeveler/Batch_JobInfo_eLL.cxx | 4 ++-- src/LoadLeveler/Batch_JobInfo_eLL.hxx | 2 +- src/LoadLeveler/Test/Test_eLL.cxx | 20 +++++++++---------- src/Local/Batch_FactBatchManager_Local.cxx | 2 +- src/Local/Test/Test_Local_RSH.cxx | 12 +++++------ src/Local/Test/Test_Local_SH.cxx | 16 +++++++-------- src/Local/Test/Test_Local_SSH.cxx | 12 +++++------ src/PBS/Batch_BatchManager_ePBS.cxx | 2 +- src/PBS/Test/Test_PBS.cxx | 12 +++++------ src/PBS/Test/Test_ePBS.cxx | 18 ++++++++--------- src/SSH/Batch_BatchManager_eSSH.cxx | 2 +- 20 files changed, 63 insertions(+), 63 deletions(-) diff --git a/src/Core/Batch_BatchManager_eClient.cxx b/src/Core/Batch_BatchManager_eClient.cxx index ee00ebe..6fc77b4 100644 --- a/src/Core/Batch_BatchManager_eClient.cxx +++ b/src/Core/Batch_BatchManager_eClient.cxx @@ -44,7 +44,7 @@ #include #endif -#include "Batch_config.h" +#include #include "Batch_Constants.hxx" #include "Batch_BatchManager_eClient.hxx" diff --git a/src/Core/Batch_CommunicationProtocol.cxx b/src/Core/Batch_CommunicationProtocol.cxx index cb67afb..c23c722 100644 --- a/src/Core/Batch_CommunicationProtocol.cxx +++ b/src/Core/Batch_CommunicationProtocol.cxx @@ -30,7 +30,7 @@ #include #include -#include "Batch_config.h" +#include #include "Batch_CommunicationProtocol.hxx" #include "Batch_CommunicationProtocolRSH.hxx" diff --git a/src/Core/Batch_CommunicationProtocolRSH.cxx b/src/Core/Batch_CommunicationProtocolRSH.cxx index 2643bda..23d5f4b 100644 --- a/src/Core/Batch_CommunicationProtocolRSH.cxx +++ b/src/Core/Batch_CommunicationProtocolRSH.cxx @@ -30,10 +30,10 @@ #include #include -#include "Batch_RunTimeException.hxx" +#include #endif -#include "Batch_config.h" +#include #include "Batch_CommunicationProtocolRSH.hxx" diff --git a/src/Core/Batch_CommunicationProtocolSH.cxx b/src/Core/Batch_CommunicationProtocolSH.cxx index a064ac4..d7d5085 100644 --- a/src/Core/Batch_CommunicationProtocolSH.cxx +++ b/src/Core/Batch_CommunicationProtocolSH.cxx @@ -26,7 +26,7 @@ * Author : Renaud BARATE - EDF R&D */ -#include "Batch_config.h" +#include #include "Batch_CommunicationProtocolSH.hxx" diff --git a/src/Core/Batch_CommunicationProtocolSSH.cxx b/src/Core/Batch_CommunicationProtocolSSH.cxx index cb163d2..58eb2d5 100644 --- a/src/Core/Batch_CommunicationProtocolSSH.cxx +++ b/src/Core/Batch_CommunicationProtocolSSH.cxx @@ -26,7 +26,7 @@ * Author : Renaud BARATE - EDF R&D */ -#include "Batch_config.h" +#include #include "Batch_CommunicationProtocolSSH.hxx" diff --git a/src/Core/Test/SimpleParser.cxx b/src/Core/Test/SimpleParser.cxx index 7c4dca1..162fd19 100644 --- a/src/Core/Test/SimpleParser.cxx +++ b/src/Core/Test/SimpleParser.cxx @@ -31,7 +31,7 @@ #include #include -#include "Test_config.h" +#include #include "SimpleParser.hxx" diff --git a/src/Core/Test/Test_SimpleParser.cxx b/src/Core/Test/Test_SimpleParser.cxx index 1ae3354..d0b05fc 100644 --- a/src/Core/Test/Test_SimpleParser.cxx +++ b/src/Core/Test/Test_SimpleParser.cxx @@ -29,7 +29,7 @@ #include #include -#include "Test_config.h" +#include #include "SimpleParser.hxx" diff --git a/src/LoadLeveler/Batch_BatchManager_eLL.cxx b/src/LoadLeveler/Batch_BatchManager_eLL.cxx index 00ac0bd..86dab9e 100644 --- a/src/LoadLeveler/Batch_BatchManager_eLL.cxx +++ b/src/LoadLeveler/Batch_BatchManager_eLL.cxx @@ -30,8 +30,8 @@ #include #include -#include "Batch_NotYetImplementedException.hxx" -#include "Batch_Constants.hxx" +#include +#include #include "Batch_FactBatchManager_eLL.hxx" #include "Batch_BatchManager_eLL.hxx" diff --git a/src/LoadLeveler/Batch_FactBatchManager_eLL.hxx b/src/LoadLeveler/Batch_FactBatchManager_eLL.hxx index d0f48be..ba6cc48 100644 --- a/src/LoadLeveler/Batch_FactBatchManager_eLL.hxx +++ b/src/LoadLeveler/Batch_FactBatchManager_eLL.hxx @@ -29,8 +29,8 @@ #ifndef _FACTBATCHMANAGER_ELL_H_ #define _FACTBATCHMANAGER_ELL_H_ -#include "Batch_Defines.hxx" -#include "Batch_Constants.hxx" +#include +#include #include "Batch_BatchManager_eClient.hxx" #include "Batch_FactBatchManager_eClient.hxx" diff --git a/src/LoadLeveler/Batch_JobInfo_eLL.cxx b/src/LoadLeveler/Batch_JobInfo_eLL.cxx index ab0c623..52f20ea 100644 --- a/src/LoadLeveler/Batch_JobInfo_eLL.cxx +++ b/src/LoadLeveler/Batch_JobInfo_eLL.cxx @@ -30,8 +30,8 @@ #include #include -#include "Batch_RunTimeException.hxx" -#include "Batch_Constants.hxx" +#include +#include #include "Batch_JobInfo_eLL.hxx" diff --git a/src/LoadLeveler/Batch_JobInfo_eLL.hxx b/src/LoadLeveler/Batch_JobInfo_eLL.hxx index 1f941ef..c0307ca 100644 --- a/src/LoadLeveler/Batch_JobInfo_eLL.hxx +++ b/src/LoadLeveler/Batch_JobInfo_eLL.hxx @@ -31,7 +31,7 @@ #include -#include "Batch_JobInfo.hxx" +#include namespace Batch { diff --git a/src/LoadLeveler/Test/Test_eLL.cxx b/src/LoadLeveler/Test/Test_eLL.cxx index acdbc0c..b3dc0b3 100644 --- a/src/LoadLeveler/Test/Test_eLL.cxx +++ b/src/LoadLeveler/Test/Test_eLL.cxx @@ -31,16 +31,16 @@ #include #include -#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 +#include +#include +#include +#include +#include +#include +#include + +#include using namespace std; using namespace Batch; diff --git a/src/Local/Batch_FactBatchManager_Local.cxx b/src/Local/Batch_FactBatchManager_Local.cxx index a2e34c5..37cf921 100644 --- a/src/Local/Batch_FactBatchManager_Local.cxx +++ b/src/Local/Batch_FactBatchManager_Local.cxx @@ -32,7 +32,7 @@ * */ -#include "Batch_config.h" +#include #include "Batch_BatchManager_Local.hxx" #include "Batch_FactBatchManager_Local.hxx" diff --git a/src/Local/Test/Test_Local_RSH.cxx b/src/Local/Test/Test_Local_RSH.cxx index 9c0df7f..db7203c 100644 --- a/src/Local/Test/Test_Local_RSH.cxx +++ b/src/Local/Test/Test_Local_RSH.cxx @@ -30,13 +30,13 @@ #include #include -#include "Batch_Constants.hxx" -#include "Batch_Job.hxx" -#include "Batch_BatchManagerCatalog.hxx" -#include "Batch_FactBatchManager.hxx" -#include "Batch_BatchManager.hxx" +#include +#include +#include +#include +#include -#include "SimpleParser.hxx" +#include using namespace std; using namespace Batch; diff --git a/src/Local/Test/Test_Local_SH.cxx b/src/Local/Test/Test_Local_SH.cxx index c430ae5..89a593f 100644 --- a/src/Local/Test/Test_Local_SH.cxx +++ b/src/Local/Test/Test_Local_SH.cxx @@ -30,14 +30,14 @@ #include #include -#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 +#include +#include +#include +#include + +#include +#include using namespace std; using namespace Batch; diff --git a/src/Local/Test/Test_Local_SSH.cxx b/src/Local/Test/Test_Local_SSH.cxx index 4881c50..433e73e 100644 --- a/src/Local/Test/Test_Local_SSH.cxx +++ b/src/Local/Test/Test_Local_SSH.cxx @@ -31,13 +31,13 @@ #include #include -#include "Batch_Constants.hxx" -#include "Batch_Job.hxx" -#include "Batch_BatchManagerCatalog.hxx" -#include "Batch_FactBatchManager.hxx" -#include "Batch_BatchManager.hxx" +#include +#include +#include +#include +#include -#include "SimpleParser.hxx" +#include using namespace std; using namespace Batch; diff --git a/src/PBS/Batch_BatchManager_ePBS.cxx b/src/PBS/Batch_BatchManager_ePBS.cxx index 6d9d478..3191b6b 100644 --- a/src/PBS/Batch_BatchManager_ePBS.cxx +++ b/src/PBS/Batch_BatchManager_ePBS.cxx @@ -39,7 +39,7 @@ #include #include -#include "Batch_config.h" +#include #ifdef MSVC #include diff --git a/src/PBS/Test/Test_PBS.cxx b/src/PBS/Test/Test_PBS.cxx index ddec1fb..1425cbd 100644 --- a/src/PBS/Test/Test_PBS.cxx +++ b/src/PBS/Test/Test_PBS.cxx @@ -30,13 +30,13 @@ #include #include -#include "Batch_Constants.hxx" -#include "Batch_Job.hxx" -#include "Batch_BatchManagerCatalog.hxx" -#include "Batch_FactBatchManager.hxx" -#include "Batch_BatchManager.hxx" +#include +#include +#include +#include +#include -#include "SimpleParser.hxx" +#include using namespace std; using namespace Batch; diff --git a/src/PBS/Test/Test_ePBS.cxx b/src/PBS/Test/Test_ePBS.cxx index 16ccd7a..35f0cc5 100644 --- a/src/PBS/Test/Test_ePBS.cxx +++ b/src/PBS/Test/Test_ePBS.cxx @@ -31,15 +31,15 @@ #include #include -#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 +#include +#include +#include +#include +#include +#include + +#include using namespace std; using namespace Batch; diff --git a/src/SSH/Batch_BatchManager_eSSH.cxx b/src/SSH/Batch_BatchManager_eSSH.cxx index ac7f32a..5b05539 100644 --- a/src/SSH/Batch_BatchManager_eSSH.cxx +++ b/src/SSH/Batch_BatchManager_eSSH.cxx @@ -33,7 +33,7 @@ #include #include -#include "Batch_config.h" +#include #ifdef MSVC #include -- 2.30.2