From 49c0e4d330832c46c922e7b804ffd72982a48014 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 26 Jun 2010 15:21:18 +0000 Subject: [PATCH] Small corrections to fit the new CRL::System and Cfg::Configuration --- ispd/src/CMakeLists.txt | 1 + ispd/src/IspdMain.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ispd/src/CMakeLists.txt b/ispd/src/CMakeLists.txt index bb2a7c5d..4bc02cdf 100644 --- a/ispd/src/CMakeLists.txt +++ b/ispd/src/CMakeLists.txt @@ -21,6 +21,7 @@ ${CORIOLIS_LIBRARIES} ${HURRICANE_GRAPHICAL_LIBRARIES} ${HURRICANE_LIBRARIES} + ${CONFIGURATION_LIBRARY} ${AGDS_LIBRARY} ${CIF_LIBRARY} ${OA_LIBRARIES} diff --git a/ispd/src/IspdMain.cpp b/ispd/src/IspdMain.cpp index 248f53f2..036a1d6d 100644 --- a/ispd/src/IspdMain.cpp +++ b/ispd/src/IspdMain.cpp @@ -849,7 +849,7 @@ int main ( int argc, char *argv[] ) exit ( 0 ); } - System::getSystem()->setCatchCore ( not coreDump ); + System::get()->setCatchCore ( not coreDump ); if ( verbose1 ) mstream::enable ( mstream::VerboseLevel1 ); if ( verbose2 ) mstream::enable ( mstream::VerboseLevel2 ); ltracelevel ( traceLevel );