]> SALOME platform Git repositories - samples/component.git/blobdiff - src/SIGNALSComponent/SIGNALSComponent_Impl.hxx
Salome HOME
Porting SALOME COMPONENT module to win32 platform.
[samples/component.git] / src / SIGNALSComponent / SIGNALSComponent_Impl.hxx
index 8679fa2c670e4b3d2c4d63fea8d69dcbb3a799e7..08578455a1cc73733f63206bc0c4dcd2c8b9879d 100755 (executable)
 #ifndef _SIGNALSCOMPONENT_IMPL_HXX_
 #define _SIGNALSCOMPONENT_IMPL_HXX_
 
-//#include <iostream.h>
+#include "SIGNALSComponent_defines.hxx"
 #include <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(SIGNALSComponent)
 #include CORBA_SERVER_HEADER(SALOME_Component)
 #include "SALOME_Component_i.hxx"
 
-class SIGNALSComponent_Impl :  public POA_SuperVisionTest::SIGNALSComponent ,
-                               public Engines_Component_i {
+class SIGNALSCOMPONENTENGINE_EXPORT SIGNALSComponent_Impl :  public POA_SuperVisionTest::SIGNALSComponent ,
+                                                             public Engines_Component_i {
 public:
   SIGNALSComponent_Impl() ;
   SIGNALSComponent_Impl( CORBA::ORB_ptr orb,
@@ -61,6 +61,7 @@ private:
 };
 
 extern "C"
+  SIGNALSCOMPONENTENGINE_EXPORT
   PortableServer::ObjectId * SIGNALSComponentEngine_factory
                                    ( CORBA::ORB_ptr orb ,
                                      PortableServer::POA_ptr poa ,