mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
rnv: prepare SALOME-6.4.0 version for the Win32 platform.
This commit is contained in:
parent
c20306b7e6
commit
bcb7c80de5
@ -17,7 +17,6 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
// Authors : Guillaume Boulant (EDF) - 01/03/2011
|
// Authors : Guillaume Boulant (EDF) - 01/03/2011
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
@ -612,7 +611,7 @@ extern "C"
|
|||||||
const char *instanceName,
|
const char *instanceName,
|
||||||
const char *interfaceName)
|
const char *interfaceName)
|
||||||
{
|
{
|
||||||
MESSAGE("PortableServer::ObjectId * MeshJobManagerEngine_factory()");
|
LOG("PortableServer::ObjectId * MeshJobManagerEngine_factory()");
|
||||||
MeshJobManager_i * myEngine = new MeshJobManager_i(orb, poa, contId, instanceName, interfaceName);
|
MeshJobManager_i * myEngine = new MeshJobManager_i(orb, poa, contId, instanceName, interfaceName);
|
||||||
return myEngine->getId() ;
|
return myEngine->getId() ;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user