From: stv Date: Mon, 20 Feb 2006 09:21:09 +0000 (+0000) Subject: Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform. X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~76 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4fbc891d09ba2ca727ff4dfb4fe53b93bd9db156;p=modules%2Fkernel.git Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform. --- diff --git a/src/SALOMEDS/SALOMEDS_Client.cxx b/src/SALOMEDS/SALOMEDS_Client.cxx index 0495e2ead..5ca1dd844 100644 --- a/src/SALOMEDS/SALOMEDS_Client.cxx +++ b/src/SALOMEDS/SALOMEDS_Client.cxx @@ -26,14 +26,14 @@ // Module : SALOME // $Header$ +#include +#include CORBA_SERVER_HEADER(SALOMEDS) + #include "SALOMEDS_StudyManager_i.hxx" #include "utilities.h" #include "SALOMEDS_AttributeName_i.hxx" #include "HDFOI.hxx" -#include -#include CORBA_SERVER_HEADER(SALOMEDS) - using namespace std; //============================================================================ diff --git a/src/SALOMEDS/SALOMEDS_Server.cxx b/src/SALOMEDS/SALOMEDS_Server.cxx index d39465cbe..347788a2f 100644 --- a/src/SALOMEDS/SALOMEDS_Server.cxx +++ b/src/SALOMEDS/SALOMEDS_Server.cxx @@ -26,13 +26,14 @@ // Module : SALOME // $Header$ -#include -#include CORBA_SERVER_HEADER(SALOMEDS) #include "SALOMEDS_StudyManager_i.hxx" #include "utilities.h" #include "Utils_SINGLETON.hxx" #include "SALOME_NamingService.hxx" +#include +#include CORBA_SERVER_HEADER(SALOMEDS) + #ifdef CHECKTIME #include #endif