]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform.
authorstv <stv@opencascade.com>
Tue, 21 Feb 2006 08:10:10 +0000 (08:10 +0000)
committerstv <stv@opencascade.com>
Tue, 21 Feb 2006 08:10:10 +0000 (08:10 +0000)
src/SALOMEDS/SALOMEDS_Client.cxx
src/SALOMEDS/SALOMEDS_Server.cxx

index 5ca1dd844938e351d8c9606d73d48a99381b88cc..0495e2eadbdc2f8805b0cbc6b9131635688e768c 100644 (file)
 //  Module : SALOME
 //  $Header$
 
-#include <SALOMEconfig.h>
-#include CORBA_SERVER_HEADER(SALOMEDS)
-
 #include "SALOMEDS_StudyManager_i.hxx"
 #include "utilities.h"
 #include "SALOMEDS_AttributeName_i.hxx"
 #include "HDFOI.hxx"
 
+#include <SALOMEconfig.h>
+#include CORBA_SERVER_HEADER(SALOMEDS)
+
 using namespace std;
 
 //============================================================================
index 347788a2f06ada8d657336f8359b86c66726f12a..0abba68d6c29218045dee46c0085a53a9bbd4790 100644 (file)
 //  Module : SALOME
 //  $Header$
 
+#include <SALOMEconfig.h>
+#include CORBA_SERVER_HEADER(SALOMEDS)
+
 #include "SALOMEDS_StudyManager_i.hxx"
 #include "utilities.h"
 #include "Utils_SINGLETON.hxx"
 #include "SALOME_NamingService.hxx"
 
-#include <SALOMEconfig.h>
-#include CORBA_SERVER_HEADER(SALOMEDS)
-
 #ifdef CHECKTIME
 #include <Utils_Timer.hxx>
 #endif