Salome HOME
Win32 compilation.
[modules/yacs.git] / src / runtime / CppComponent.hxx
index 6a51004628759983e99ef73c6a81ef0a4c148ad0..7f35516ae02d4b253d6b71b02b0e26e1cbbb19e6 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <string>
 #include "ComponentInstance.hxx"
+#include "YACSRuntimeSALOMEExport.hxx"
 
 namespace YACS 
 {
@@ -40,7 +41,7 @@ namespace YACS
     typedef void (*TerminateFunction)(void **);
     typedef void (*PingFunction) ();
         
-    class CppComponent : public ComponentInstance {
+    class YACSRUNTIMESALOME_EXPORT CppComponent : public ComponentInstance {
       public:
 
         CppComponent(const std::string & name);