ELSE(LIBBATCH_ROOT_USER)
SET(LIBBATCH_INCLUDE_PATHS)
ENDIF(LIBBATCH_ROOT_USER)
- SET(LIBBATCH_INCLUDE_TO_FIND Batch/Batch_BatchManager.hxx)
+ SET(LIBBATCH_INCLUDE_TO_FIND Batch/BatchManager.hxx)
FIND_PATH(LIBBATCH_INCLUDE_DIR ${LIBBATCH_INCLUDE_TO_FIND} PATHS ${LIBBATCH_INCLUDE_PATHS} ${LIBBATCH_FIND_PATHS_OPTION})
IF(LIBBATCH_INCLUDE_DIR)
IF(LIBBATCH_ROOT_USER)
CPPFLAGS_old="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $LOCAL_INCLUDES"
-AC_CHECK_HEADER(libbatch/Batch_BatchManager.hxx,
+AC_CHECK_HEADER(libbatch/BatchManager.hxx,
libbatch_ok="yes",
libbatch_ok="no")
CPPFLAGS="$CPPFLAGS_old"
#include "Launcher.hxx"
#ifdef WITH_LIBBATCH
-#include <libbatch/Batch_Date.hxx>
-#include <libbatch/Batch_MpiImpl.hxx>
+#include <libbatch/Date.hxx>
+#include <libbatch/MpiImpl.hxx>
#endif
#include "utilities.h"
//
#ifdef WITH_LIBBATCH
-#include <libbatch/Batch_Date.hxx>
-#include <libbatch/Batch_BatchManagerCatalog.hxx>
-#include <libbatch/Batch_FactBatchManager.hxx>
-#include <libbatch/Batch_BatchManager.hxx>
+#include <libbatch/Date.hxx>
+#include <libbatch/BatchManagerCatalog.hxx>
+#include <libbatch/FactBatchManager.hxx>
+#include <libbatch/BatchManager.hxx>
#endif
#include "Basics_Utils.hxx"
#include "Launcher.hxx"
#ifdef WITH_LIBBATCH
-#include <libbatch/Batch_Constants.hxx>
+#include <libbatch/Constants.hxx>
#endif
Launcher::Job::Job()
#include <exception>
#ifdef WITH_LIBBATCH
-#include <libbatch/Batch_Job.hxx>
-#include <libbatch/Batch_Date.hxx>
-#include <libbatch/Batch_JobId.hxx>
-#include <libbatch/Batch_GenericException.hxx>
+#include <libbatch/Job.hxx>
+#include <libbatch/Date.hxx>
+#include <libbatch/JobId.hxx>
+#include <libbatch/GenericException.hxx>
#endif
#include <libxml/parser.h>
#include "Basics_DirUtils.hxx"
#ifdef WITH_LIBBATCH
-#include <libbatch/Batch_Constants.hxx>
+#include <libbatch/Constants.hxx>
#endif
#ifdef WNT
#include "Launcher.hxx"
#ifdef WITH_LIBBATCH
-#include <libbatch/Batch_Job.hxx>
+#include <libbatch/Job.hxx>
#endif
namespace Launcher
#include "Basics_DirUtils.hxx"
#ifdef WITH_LIBBATCH
-#include <libbatch/Batch_Constants.hxx>
+#include <libbatch/Constants.hxx>
#endif
#ifdef WNT
#include "Launcher.hxx"
#ifdef WITH_LIBBATCH
-#include <libbatch/Batch_Job.hxx>
+#include <libbatch/Job.hxx>
#endif
namespace Launcher