]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
sizeof(CORBA::Long) != sizeof(long) sur le CCRT.
authorageay <ageay>
Fri, 25 Feb 2005 14:36:11 +0000 (14:36 +0000)
committerageay <ageay>
Fri, 25 Feb 2005 14:36:11 +0000 (14:36 +0000)
src/Container/Container_i.cxx

index b65bf13bdc699ace327f474ac8f111e2124c8a3e..2a4257217fc0f766672fc8be8a8c7a98637aea0c 100644 (file)
@@ -332,8 +332,8 @@ void SigIntHandler(int what , siginfo_t * siginfo ,
 
 // Get the PID of the Container
 
-long Engines_Container_i::getPID() {
-    return (long)getpid();
+CORBA::Long Engines_Container_i::getPID() {
+    return (CORBA::Long)getpid();
 }
 
 // Get the hostName of the Container