mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Fix linkage problem caused by previous commit
This commit is contained in:
parent
189a27b3b2
commit
995410b1ca
@ -27,7 +27,7 @@
|
||||
|
||||
static Engines::EngineComponent_var _unique_compo;
|
||||
|
||||
Engines::EngineComponent_var BuildPadderMeshJobManagerInstance()
|
||||
Engines::EngineComponent_var GetPadderMeshJobManagerInstance()
|
||||
{
|
||||
if (CORBA::is_nil(_unique_compo))
|
||||
{
|
||||
@ -56,7 +56,7 @@ Engines::EngineComponent_var BuildPadderMeshJobManagerInstance()
|
||||
|
||||
std::string BuildPadderMeshJobManagerInstanceInternal()
|
||||
{
|
||||
Engines::EngineComponent_var zeRef = BuildPadderMeshJobManagerInstance();
|
||||
Engines::EngineComponent_var zeRef = GetPadderMeshJobManagerInstance();
|
||||
CORBA::String_var ior = KERNEL::getORB()->object_to_string(zeRef);
|
||||
return std::string(ior.in());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user