Salome HOME
Porting SALOME COMPONENT module to win32 platform.
[samples/component.git] / src / AdditionComponent / Addition_Adder_Impl.hxx
index fe9083b414db809ec7f72e8f29e78486bc6af16a..01abad0489b99bf4eb4b9f383862ce83bc852dc2 100644 (file)
 #ifndef _ADDITION_ADDER_IMPL_HXX_
 #define _ADDITION_ADDER_IMPL_HXX_
 
+#include "AdditionComponent.hxx"
 #include <iostream>
 #include <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(AdditionComponent)
 #include CORBA_SERVER_HEADER(SALOME_Component)
 #include "SALOME_Component_i.hxx"
 
-class Adder_Impl :  public POA_AdditionComponent::Adder ,
-                    public Engines_Component_i {
+class ADDITIONCOMPONENTENGINE_EXPORT Adder_Impl :  public POA_AdditionComponent::Adder ,
+                                                   public Engines_Component_i {
   public:
     Adder_Impl() ;
     Adder_Impl( CORBA::ORB_ptr orb ,