Fix compilation warnings.

This commit is contained in:
rnv 2011-11-22 11:04:29 +00:00
parent 329743184a
commit bdd6176cbd
2 changed files with 7 additions and 0 deletions

View File

@ -29,9 +29,12 @@
#include <SALOMEconfig.h>
#include CORBA_SERVER_HEADER(SALOME_Exception)
#include "Basics_Utils.hxx" // For standard logging
#undef LOG
#include "SALOME_KernelServices.hxx" // For CORBA logging
#undef LOG
#define LOG STDLOG
//

View File

@ -86,6 +86,10 @@ void SPADDERPluginTester_i::demo(CORBA::Double a,CORBA::Double b,CORBA::Double&
endService("SPADDERPluginTester_i::demo");
}
#ifdef LOG
#undef LOG
#endif
#include <SALOME_KernelServices.hxx>
#include "SALOME_Launcher.hxx"
bool SPADDERPluginTester_i::testkernel()