From: stv Date: Sun, 26 Feb 2006 10:20:27 +0000 (+0000) Subject: Updated SALOME GUI sources for building under Ms Visual .NET on Windows platform. X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~74 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=371a833c23529a2ced73278aa6c6f1e4c9e7d2bc;p=modules%2Fkernel.git Updated SALOME GUI 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..8855f6399 100644 --- a/src/SALOMEDS/SALOMEDS_Client.cxx +++ b/src/SALOMEDS/SALOMEDS_Client.cxx @@ -26,11 +26,12 @@ // Module : SALOME // $Header$ -#include "SALOMEDS_StudyManager_i.hxx" #include "utilities.h" -#include "SALOMEDS_AttributeName_i.hxx" #include "HDFOI.hxx" +#include "SALOMEDS_StudyManager_i.hxx" +#include "SALOMEDS_AttributeName_i.hxx" + #include #include CORBA_SERVER_HEADER(SALOMEDS) diff --git a/src/SALOMEDS/SALOMEDS_Server.cxx b/src/SALOMEDS/SALOMEDS_Server.cxx index 0abba68d6..f6c0dc558 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 "SALOMEDS_StudyManager_i.hxx" + +#include +#include CORBA_SERVER_HEADER(SALOMEDS) #ifdef CHECKTIME #include