]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
PR: remove some traces br_mt
authorprascle <prascle>
Sun, 8 Feb 2004 21:52:55 +0000 (21:52 +0000)
committerprascle <prascle>
Sun, 8 Feb 2004 21:52:55 +0000 (21:52 +0000)
src/VISU_I/VISUConfig.cc

index 2395f74560ca903bafb8c467b79136fe2cb86f74..5622086a93490436ba7789afc14a45d518c29b2f 100644 (file)
@@ -166,9 +166,9 @@ namespace VISU{
        return (i->second)(theSObject,thePrefix,aMap);
       }
     }catch(std::logic_error& exc){
-      INFOS("Follow exception was accured :\n"<<exc.what());
+      INFOS("Follow exception occured :\n"<<exc.what());
     }catch(...){
-      INFOS("Unknown exception was accured!");
+      INFOS("Unknown exception occured!");
     }
     return NULL;
   }
@@ -197,7 +197,7 @@ namespace VISU{
       PortableServer::Servant aServant = aPOA->reference_to_servant(theObject);
       return aServant;
     } catch (...) {
-      INFOS("GetServant - Unknown exception was accured!!!"); 
+      INFOS("GetServant - Unknown exception occured!"); 
       return NULL;
     }
   }
@@ -216,7 +216,7 @@ namespace VISU{
          anObj = anORB->string_to_object(aValue);
       }
     }catch(...){
-      INFOS("SObjectToObject - Unknown exception was accured!!!");
+      INFOS("SObjectToObject - Unknown exception occured!");
     }
     return anObj;
   }
@@ -278,7 +278,7 @@ namespace VISU{
       anAttr = aStudyBuilder->FindOrCreateAttribute(newObj, "AttributeComment");
       SALOMEDS::AttributeComment_var aCmnt = SALOMEDS::AttributeComment::_narrow(anAttr);
       aCmnt->SetValue(theComment);
-      INFOS("CreateAttributes - Comment = "<<theComment);
+      MESSAGE("CreateAttributes - Comment = "<<theComment);
     }
     if(strcmp(theRefFatherEntry,"") != 0){
       SALOMEDS::SObject_var aRefFather = theStudyDocument->FindObjectID(theRefFatherEntry);
@@ -288,7 +288,7 @@ namespace VISU{
     CORBA::String_var anEntry = newObj->GetID();
     string aRet(anEntry);
     if(MYDEBUG) 
-      INFOS("CreateAttributes - StudyId = "<<theStudyDocument->StudyId()<<"; anEntry = "<<aRet<<"; IOR = '"<<theIOR<<"'");
+      MESSAGE("CreateAttributes - StudyId = "<<theStudyDocument->StudyId()<<"; anEntry = "<<aRet<<"; IOR = '"<<theIOR<<"'");
     return aRet;
   }
 }