]> 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>
Mon, 20 Feb 2006 09:21:09 +0000 (09:21 +0000)
committerstv <stv@opencascade.com>
Mon, 20 Feb 2006 09:21:09 +0000 (09:21 +0000)
src/SALOMEDS/SALOMEDS_Client.cxx
src/SALOMEDS/SALOMEDS_Server.cxx

index 0495e2eadbdc2f8805b0cbc6b9131635688e768c..5ca1dd844938e351d8c9606d73d48a99381b88cc 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 d39465cbe1e5dee78d14ba4c2c0a7de9b6d58a1e..347788a2f06ada8d657336f8359b86c66726f12a 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