Small corrections to fit the new CRL::System and Cfg::Configuration

This commit is contained in:
Jean-Paul Chaput 2010-06-26 15:21:18 +00:00
parent 5602d644fc
commit 49c0e4d330
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
${CORIOLIS_LIBRARIES}
${HURRICANE_GRAPHICAL_LIBRARIES}
${HURRICANE_LIBRARIES}
${CONFIGURATION_LIBRARY}
${AGDS_LIBRARY}
${CIF_LIBRARY}
${OA_LIBRARIES}

View File

@ -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 );