if (theResult->GetFileInfoMultipr().filePath().isEmpty())
return;
- QApplication::setOverrideCursor(Qt::waitCursor);
-
try
{
multipr::Obj multiprObj;
throw std::runtime_error("error while reading distributed MED file");
}
- QApplication::restoreOverrideCursor();
-
ProcessVoidEvent(new TUpdateObjBrowser(theStudy->StudyId(),theIsDone));
}
#endif
//---------------------------------------------------------------
VISU::Storable*
-VISU::Result_i::
-Create(SALOMEDS::SObject_ptr theMedSObject)
+VISU::Result_i
+::Create(SALOMEDS::SObject_ptr theMedSObject)
{
if(MYDEBUG) MESSAGE("Result_i::Create MedObject from SALOMEDS::SObject_ptr");
try{
//---------------------------------------------------------------
VISU::Storable*
-VISU::Result_i::
-Create(SALOME_MED::FIELD_ptr theField)
+VISU::Result_i
+::Create(SALOME_MED::FIELD_ptr theField)
{
if(MYDEBUG) MESSAGE("Result_i::Create MedObject from SALOME_MED::FIELD_ptr");
try{
//---------------------------------------------------------------
VISU::Storable*
-VISU::Result_i::
-Restore(SALOMEDS::SObject_ptr theSObject,
- const Storable::TRestoringMap& theMap,
- const string& thePrefix)
+VISU::Result_i
+::Restore(SALOMEDS::SObject_ptr theSObject,
+ const Storable::TRestoringMap& theMap,
+ const string& thePrefix)
{
if(MYDEBUG) MESSAGE("Result_i::Restore - " << thePrefix);
try {