Fix compilation errors after merging KERNEL module from V4_1_0_maintainance branch

This commit is contained in:
abd 2008-10-10 10:19:46 +00:00
parent ed7cf81cdb
commit ffc588d550

View 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();