Salome HOME
Join modifications from branch V3_1_0_For_CCRT
[samples/component.git] / src / CalculatorComponent / CalculatorEngine.cxx
index b3c70c77ee11b74c4afde86a566bb19694ae9c21..7c8e79227216c261d11e7dc64958e89fae75ace4 100644 (file)
@@ -110,7 +110,7 @@ CalculatorEngine::~CalculatorEngine()
 
 static omni_mutex aPutToStudyMutex;
 SALOME_MED::FIELDDOUBLE_ptr CalculatorEngine::PutToStudy(SALOME_MED::FIELDDOUBLE_ptr theField1,
-                                                        long int theStudyId) {
+                                                        CORBA::Long theStudyId) {
   omni_mutex_lock aLock(aPutToStudyMutex);
 
   CORBA::Object_var anObj = _NS->Resolve("/myStudyManager");