Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/superv.git] / src / GraphBase / DataFlowBase_Port.hxx
index 60774681170239b63aad87b41492f78ba457947a..cfc0c5d216f992eb80fbb459a1e10c6ef29feb94 100644 (file)
@@ -146,7 +146,7 @@ namespace GraphBase {
       int GetCoord() const ;
       bool GetCoord( int *x , int *y ) const ;
       const GraphBase::ListOfCoords * Coords() const ;
-      bool GetCoord( const int index , long &x , long &y ) const ;
+      bool GetCoord( const int index , CORBA::Long &x , CORBA::Long &y ) const ;
 
   } ;