Salome HOME
Porting on Mandriva 64
[modules/superv.git] / src / Supervision / Link_Impl.hxx
index 059cb6b6edf3085dc73f3f6c6c809a45553d1f46..1f58e3a377e554b5d575c6b7064d8d1dec4801d9 100644 (file)
@@ -98,15 +98,15 @@ class Link_Impl : public POA_SUPERV::Link ,
 
     virtual GraphBase::SLink * Info() ;
 
-    virtual long CoordsSize() ;
-    virtual bool AddCoord( const long index ,
-                           const long X ,
-                           const long Y ) ;
-    virtual bool ChangeCoord( const long index ,
-                              const long X ,
-                              const long Y ) ;
-    virtual bool RemoveCoord( const long index ) ;
-    virtual bool Coords( const long index , long & X , long & Y ) ;
+    virtual CORBA::Long CoordsSize() ;
+    virtual bool AddCoord( CORBA::Long index ,
+                           CORBA::Long X ,
+                           CORBA::Long Y ) ;
+    virtual bool ChangeCoord( CORBA::Long index ,
+                              CORBA::Long X ,
+                              CORBA::Long Y ) ;
+    virtual bool RemoveCoord( CORBA::Long index ) ;
+    virtual bool Coords( CORBA::Long index , CORBA::Long & X , CORBA::Long & Y ) ;
 
     virtual bool IsValid(); // returns true if inPort() and outPort() are type-compatible