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

index 0495e2eadbdc2f8805b0cbc6b9131635688e768c..8855f63995c46e25afed7f12923ba5dbf760e5f3 100644 (file)
 //  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 <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(SALOMEDS)
 
index 0abba68d6c29218045dee46c0085a53a9bbd4790..f6c0dc55890c399b1c103aab622ef7aca3c9f3af 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 "SALOMEDS_StudyManager_i.hxx"
+
+#include <SALOMEconfig.h>
+#include CORBA_SERVER_HEADER(SALOMEDS)
 
 #ifdef CHECKTIME
 #include <Utils_Timer.hxx>