Salome HOME
Copyright update 2021
[samples/component.git] / src / TypesCheck / TypesCheck_Impl.hxx
index c18a202c5f801dbcaa60d6f2d1603d3e709f4a23..ccd39175a9be927981753c81640aa48e7f495ecf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  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
 #ifndef _TYPESCHECK_IMPL_HXX_
 #define _TYPESCHECK_IMPL_HXX_
 
+#ifdef WIN32
+# if defined TYPESCHECKENGINE_EXPORTS || defined TypesCheckEngine_EXPORTS
+#  define TYPESCHECKENGINE_EXPORT __declspec( dllexport )
+# else
+#  define TYPESCHECKENGINE_EXPORT __declspec( dllimport )
+# endif
+#else
+# define TYPESCHECKENGINE_EXPORT
+#endif
+
 #include <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(AddComponent)
 #include CORBA_SERVER_HEADER(TypesCheck)
@@ -37,8 +47,8 @@
 
 #include "AddComponent_Impl.hxx"
 
-class TypesCheck_Impl : public POA_SuperVisionTest::TypesCheck ,
-                        public Engines_Component_i {
+class TYPESCHECKENGINE_EXPORT TypesCheck_Impl : public POA_SuperVisionTest::TypesCheck ,
+                                                public Engines_Component_i {
   public:
     TypesCheck_Impl() ;
     TypesCheck_Impl( CORBA::ORB_ptr orb ,
@@ -78,6 +88,7 @@ class TypesCheck_Impl : public POA_SuperVisionTest::TypesCheck ,
 };
 
 extern "C"
+  TYPESCHECKENGINE_EXPORT
   PortableServer::ObjectId * TypesCheckEngine_factory ( CORBA::ORB_ptr orb ,
                                                         PortableServer::POA_ptr poa , 
                                                         PortableServer::ObjectId * contId ,