Salome HOME
Porting SALOME COMPONENT module to win32 platform.
[samples/component.git] / src / SIGNALSComponent / SIGNALSComponent.hxx
index 8e2a47c4d6abe50842050da01a376aa2d9be566e..cd5d0183c2775a04802d836fcad9e938c38271a4 100755 (executable)
 #ifndef _SIGNALSCOMPONENTENGINE_HXX_
 #define _SIGNALSCOMPONENTENGINE_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 SIGNALSComponentEngine :  public POA_SuperVisionTest::SIGNALSComponent ,
-                            public Engines_Component_i {
+class SIGNALSCOMPONENTENGINE_EXPORT SIGNALSComponentEngine :  public POA_SuperVisionTest::SIGNALSComponent ,
+                                                              public Engines_Component_i {
 public:
   SIGNALSComponentEngine() ;
   SIGNALSComponentEngine( CORBA::ORB_ptr orb,
@@ -57,6 +57,7 @@ private:
 };
 
 extern "C"
+  SIGNALSCOMPONENTENGINE_EXPORT
   PortableServer::ObjectId * SIGNALSComponentEngine_factory
                                    ( CORBA::ORB_ptr orb ,
                                      PortableServer::POA_ptr poa ,