rnv: prepare SALOME-6.4.0 version for the Win32 platform.

This commit is contained in:
rnv 2011-11-18 08:51:13 +00:00
parent c20306b7e6
commit bcb7c80de5

View File

@ -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() ;
} }