X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FATOMSOLV%2FATOMSOLV.hxx;h=ff7eb7b88728c314c10b6ba615f7ec84f60300f5;hb=b9a062b53f4a10d623731ee18e5d040cc27f45df;hp=9df0d2d5a34ac5d8d523602e656824524e4f5a4a;hpb=00de74b561f7a67e0316c2fc0833aa95be44b099;p=samples%2Fatomsolv.git diff --git a/src/ATOMSOLV/ATOMSOLV.hxx b/src/ATOMSOLV/ATOMSOLV.hxx index 9df0d2d..ff7eb7b 100644 --- a/src/ATOMSOLV/ATOMSOLV.hxx +++ b/src/ATOMSOLV/ATOMSOLV.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE // // 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 @@ -27,7 +27,18 @@ #include -class ATOMSOLV: +#if defined WIN32 +# if defined ATOMSOLV_EXPORTS || defined ATOMSOLVEngine_EXPORTS +# define ATOMSOLV_EXPORT __declspec( dllexport ) +# else +# define ATOMSOLV_EXPORT __declspec( dllimport ) +# endif +#else +# define ATOMSOLV_EXPORT +#endif + + +class ATOMSOLV_EXPORT ATOMSOLV: public POA_ATOMSOLV_ORB::ATOMSOLV_Gen, public Engines_Component_i { @@ -50,6 +61,7 @@ private: }; extern "C" + ATOMSOLV_EXPORT PortableServer::ObjectId * ATOMSOLVEngine_factory(CORBA::ORB_ptr orb, PortableServer::POA_ptr poa, PortableServer::ObjectId * contId,