Salome HOME
Fix compilation errors after merging KERNEL module from V4_1_0_maintainance branch
authorabd <abd@opencascade.com>
Fri, 10 Oct 2008 10:19:46 +0000 (10:19 +0000)
committerabd <abd@opencascade.com>
Fri, 10 Oct 2008 10:19:46 +0000 (10:19 +0000)
src/GEOMClient/GEOM_Client.cxx

index dfc74bc5e5c18a98ae8a2dd7264fef7f01c67d73..08fa4dbfe37cf1e7d34deda2589412583eb74e84 100644 (file)
@@ -34,7 +34,7 @@
 
 #include "GEOM_Client.hxx"
 #include <SALOMEconfig.h>
-#include "OpUtil.hxx"
+#include "Basics_Utils.hxx"
 #include "utilities.h"
 
 #include <BRep_Builder.hxx>
@@ -66,7 +66,7 @@
 //=======================================================================
 TopoDS_Shape GEOM_Client::Load( GEOM::GEOM_Gen_ptr geom, GEOM::GEOM_Object_ptr aShape )
 {
-    std::string hst_client = GetHostname();
+    std::string hst_client = Kernel_Utils::GetHostname();
 
     Engines::Container_var ctn_server = geom->GetContainerRef();
     long                   pid_server = ctn_server->getPID();