X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTypesCheck%2FTypesCheck_Impl.cxx;h=9334ba7b50b0a18ac38d6e94cb8d8aed6e302f29;hb=e70127357eab6ae87cd0b4dba8a980370ff7895b;hp=68c068cb4316550c9895678a2ebc388a153ff837;hpb=b745752172ed3fb01f14b6ffbd82cba332bf6751;p=samples%2Fcomponent.git diff --git a/src/TypesCheck/TypesCheck_Impl.cxx b/src/TypesCheck/TypesCheck_Impl.cxx index 68c068c..9334ba7 100644 --- a/src/TypesCheck/TypesCheck_Impl.cxx +++ b/src/TypesCheck/TypesCheck_Impl.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -6,7 +6,7 @@ // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -26,7 +26,11 @@ // Module : SuperVisionTest // #include +#ifndef WIN32 #include +#else +#include +#endif #include #include #include @@ -148,8 +152,14 @@ extern "C" PortableServer::ObjectId * contId , const char *instanceName , const char *interfaceName ) { +#ifndef WIN32 MESSAGE("TypesCheckEngine_factory TypesCheckEngine (" - << instanceName << "," << interfaceName << "," << getpid() << ")"); + << instanceName << "," << interfaceName << "," << getpid()<< ")"); +#else + MESSAGE("TypesCheckEngine_factory TypesCheckEngine (" + << instanceName << "," << interfaceName << "," << _getpid()<< ")"); +#endif + TypesCheck_Impl * myTypesCheck = new TypesCheck_Impl(orb, poa, contId, instanceName, interfaceName); return myTypesCheck->getId() ; }