Salome HOME
Porting on Mandriva 64
[modules/superv.git] / src / Supervision / StreamPort_Impl.hxx
index f3515355fdd2beb0a41d00e8333c00000ebf0888..2b000674a89496126d312bebef32636c581f2ba0 100644 (file)
@@ -77,8 +77,8 @@ class StreamPort_Impl : public Port_Impl ,
                          SUPERV::KindOfInterpolation & aKindOfInterpolation ,
                          SUPERV::KindOfExtrapolation & aKindOfExtrapolation ) ;
 
-    virtual bool SetNumberOfValues( const long aNumberOfValues ) ;
-    virtual long NumberOfValues() ;
+    virtual bool SetNumberOfValues( CORBA::Long aNumberOfValues ) ;
+    virtual CORBA::Long NumberOfValues() ;
 
 } ;