From: abd Date: Fri, 10 Oct 2008 10:19:46 +0000 (+0000) Subject: Fix compilation errors after merging KERNEL module from V4_1_0_maintainance branch X-Git-Tag: V5_1_0a3~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ffc588d550ef40cd16e142b12d2b908adc97dc52;p=modules%2Fgeom.git Fix compilation errors after merging KERNEL module from V4_1_0_maintainance branch --- diff --git a/src/GEOMClient/GEOM_Client.cxx b/src/GEOMClient/GEOM_Client.cxx index dfc74bc5e..08fa4dbfe 100644 --- a/src/GEOMClient/GEOM_Client.cxx +++ b/src/GEOMClient/GEOM_Client.cxx @@ -34,7 +34,7 @@ #include "GEOM_Client.hxx" #include -#include "OpUtil.hxx" +#include "Basics_Utils.hxx" #include "utilities.h" #include @@ -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();