]> SALOME platform Git repositories - tools/libbatch.git/commitdiff
Salome HOME
Fixed quotes in includes. Removed incomplete throw exception declaration. BR_BS BR_RB V_1_0_0_RC4
authorbarate <barate>
Wed, 23 Sep 2009 07:33:15 +0000 (07:33 +0000)
committerbarate <barate>
Wed, 23 Sep 2009 07:33:15 +0000 (07:33 +0000)
src/LSF/Batch_BatchManager_eLSF.hxx
src/LSF/Batch_FactBatchManager_eLSF.hxx
src/Local/Batch_BatchManager_Local.cxx
src/Local/Batch_BatchManager_Local.hxx
src/Local/Batch_FactBatchManager_Local.hxx
src/PBS/Batch_BatchManager_ePBS.hxx
src/SGE/Batch_BatchManager_eSGE.hxx

index f4840d9df6e8da9d1d83c6e762c311fa64f93794..09a7f1c3bf424aa434d8bf1a192fd1af88deabda 100644 (file)
 #ifndef _BATCHMANAGER_ELSF_H_
 #define _BATCHMANAGER_ELSF_H_
 
-#include <Batch_Defines.hxx>
-#include <Batch_JobId.hxx>
-#include <Batch_JobInfo.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager_eClient.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_JobId.hxx"
+#include "Batch_JobInfo.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager_eClient.hxx"
 
 namespace Batch {
 
index dc6adbf01854e69eb23c02695f83f296199c3c5d..9144f649f5d289ccec555d66feca8b56885e4e22 100644 (file)
@@ -31,9 +31,9 @@
 #ifndef _FACTBATCHMANAGER_eLSF_H_
 #define _FACTBATCHMANAGER_eLSF_H_
 
-#include <Batch_Defines.hxx>
-#include <Batch_BatchManager_eClient.hxx>
-#include <Batch_FactBatchManager_eClient.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_BatchManager_eClient.hxx"
+#include "Batch_FactBatchManager_eClient.hxx"
 
 namespace Batch {
   
index 1f95608d1fdc1460efa6979731c375c6b3607590..4166e3f80a2e5bcfced8ef3c4ad15a50de93dd5c 100644 (file)
@@ -62,7 +62,6 @@ namespace Batch {
   // Constructeur
   BatchManager_Local::BatchManager_Local(const FactBatchManager * parent, const char * host,
                                          CommunicationProtocolType protocolType)
-      throw(InvalidArgumentException,ConnexionFailureException)
     : BatchManager(parent, host), _connect(0), _threads_mutex(), _threads(),
       _protocol(CommunicationProtocol::getInstance(protocolType)),
       _thread_id_id_association_mutex(), _thread_id_id_association_cond(), _thread_id_id_association()
index c3c5e195cc5c15ecd501c26870f4412fcfe6d2d9..d6fc0f75fd1b54ba71126e969697c0cb55b39908 100644 (file)
@@ -36,8 +36,8 @@
 #ifndef _BATCHMANAGER_LOCAL_H_
 #define _BATCHMANAGER_LOCAL_H_
 
-#include <Batch_Defines.hxx>
-#include <Batch_CommunicationProtocol.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_CommunicationProtocol.hxx"
 
 #ifdef WIN32
 #include <Windows.h>
 #include "Batch_JobInfo.hxx"
 #include "Batch_JobInfo_Local.hxx"
 #include "Batch_Job_Local.hxx"
-#include "Batch_InvalidArgumentException.hxx"
-#include "Batch_ConnexionFailureException.hxx"
-#include "Batch_APIInternalFailureException.hxx"
-#include "Batch_NotYetImplementedException.hxx"
 #include "Batch_BatchManager.hxx"
 
 namespace Batch {
@@ -126,9 +122,7 @@ namespace Batch {
     // Constructeur et destructeur
     BatchManager_Local(const FactBatchManager * parent,
                        const char * host="localhost",
-                       CommunicationProtocolType protocolType = SSH)
-        throw(InvalidArgumentException,
-              ConnexionFailureException); // connexion a la machine host
+                       CommunicationProtocolType protocolType = SSH); // connexion a la machine host
     virtual ~BatchManager_Local();
 
     // Recupere le nom du serveur par defaut
index 5b39d05a778817e5db4d0045cb336c620bdc68bc..50dc1d40d1c6854a4354aad801b754fcef3bb1e2 100644 (file)
@@ -35,8 +35,8 @@
 #ifndef _FACTBATCHMANAGER_LOCAL_H_
 #define _FACTBATCHMANAGER_LOCAL_H_
 
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_CommunicationProtocol.hxx>
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_CommunicationProtocol.hxx"
 
 namespace Batch {
   
index c9dfc6f1b0e4bc64f92075a34d913055666fbdd0..a2f94576a8f42e1264b5b952d3f590bf6d6de13f 100644 (file)
 #ifndef _BATCHMANAGER_EPBS_H_
 #define _BATCHMANAGER_EPBS_H_
 
-#include <Batch_Defines.hxx>
-#include <Batch_JobId.hxx>
-#include <Batch_JobInfo.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager_eClient.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_JobId.hxx"
+#include "Batch_JobInfo.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager_eClient.hxx"
 
 namespace Batch {
 
index 2273a1866b73343831333ab0d33daa65179e9045..008fb38de96d195a8e1ba8e4978c70f8119c3ef5 100644 (file)
 #ifndef _BATCHMANAGER_ESGE_H_
 #define _BATCHMANAGER_ESGE_H_
 
-#include <Batch_Defines.hxx>
-#include <Batch_JobId.hxx>
-#include <Batch_JobInfo.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager_eClient.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_JobId.hxx"
+#include "Batch_JobInfo.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager_eClient.hxx"
 
 namespace Batch {