Salome HOME
Merge from V6_main 13/12/2012
[samples/component.git] / src / SyrComponent / SyrComponent_Impl.hxx
index 2196e537066dae48d5c0daa8b553623865d00bca..274a4fa61465ff1d46bff944bf1aa22533c9a115 100755 (executable)
@@ -48,6 +48,8 @@ public:
 
   virtual ~SyrComponent_Impl();
 
+  virtual char* getVersion();
+
   virtual CORBA::Long C_ISEVEN( CORBA::Long anInteger ) ;
 
   virtual CORBA::Long C_ISONE( CORBA::Long anOddInteger ) ;
@@ -96,6 +98,8 @@ public:
   ListOfSyr_Impl() ;
   virtual ~ListOfSyr_Impl();
 
+  virtual char* getVersion();
+
   virtual SuperVisionTest::SeqOfSyr * GetSeqOfSyr() ;
 
   virtual void SetSeqOfSyr( const SuperVisionTest::SeqOfSyr & ) ;