mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
Fix compilation errors after merging KERNEL module from V4_1_0_maintainance branch
This commit is contained in:
parent
90f96fce55
commit
4c2f4f9b50
@ -35,7 +35,7 @@
|
||||
#include CORBA_SERVER_HEADER(SALOME_Component)
|
||||
#include CORBA_SERVER_HEADER(SALOME_Exception)
|
||||
|
||||
#include "OpUtil.hxx"
|
||||
#include "Basics_Utils.hxx"
|
||||
#include "utilities.h"
|
||||
|
||||
#ifdef WNT
|
||||
@ -591,7 +591,7 @@ SMESH_Client::GetSMESHGen(CORBA::ORB_ptr theORB,
|
||||
Engines::Component_var aComponent = aLifeCycleCORBA.FindOrLoad_Component("FactoryServer","SMESH");
|
||||
aMeshGen = SMESH::SMESH_Gen::_narrow(aComponent);
|
||||
|
||||
std::string aClientHostName = GetHostname();
|
||||
std::string aClientHostName = Kernel_Utils::GetHostname();
|
||||
Engines::Container_var aServerContainer = aMeshGen->GetContainerRef();
|
||||
CORBA::String_var aServerHostName = aServerContainer->getHostName();
|
||||
CORBA::Long aServerPID = aServerContainer->getPID();
|
||||
|
Loading…
Reference in New Issue
Block a user