From 47e141339f34d15f1e7f2b86d7da9ad78f86ba4a Mon Sep 17 00:00:00 2001 From: stv Date: Tue, 21 Feb 2006 08:10:10 +0000 Subject: [PATCH] Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform. --- src/SALOMEDS/SALOMEDS_Client.cxx | 6 +++--- src/SALOMEDS/SALOMEDS_Server.cxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SALOMEDS/SALOMEDS_Client.cxx b/src/SALOMEDS/SALOMEDS_Client.cxx index 5ca1dd844..0495e2ead 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 347788a2f..0abba68d6 100644 --- a/src/SALOMEDS/SALOMEDS_Server.cxx +++ b/src/SALOMEDS/SALOMEDS_Server.cxx @@ -26,14 +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 -- 2.39.2