From ffc588d550ef40cd16e142b12d2b908adc97dc52 Mon Sep 17 00:00:00 2001 From: abd Date: Fri, 10 Oct 2008 10:19:46 +0000 Subject: [PATCH] Fix compilation errors after merging KERNEL module from V4_1_0_maintainance branch --- src/GEOMClient/GEOM_Client.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.2