Salome HOME
Merge from V6_main 13/12/2012
[samples/component.git] / src / AdditionComponent / Addition_Adder_Impl.hxx
index 87e0c51e9e1551cef19aef2696a530f05f1be6bc..78ec32fdf3e5a39f3d115994ac26e9f7d6043acd 100644 (file)
@@ -49,6 +49,8 @@ class Adder_Impl :  public POA_AdditionComponent::Adder ,
 
     virtual ~Adder_Impl();
 
+    virtual char* getVersion();
+
     virtual void destroy() ;
 
     virtual CORBA::Double Add( CORBA::Double x , CORBA::Double y , CORBA::Double & z ) ;