From c8898cd3dc2869bb5fc6ddf2c4d7de8afee258f7 Mon Sep 17 00:00:00 2001 From: prascle Date: Sun, 8 Feb 2004 21:52:55 +0000 Subject: [PATCH] PR: remove some traces --- src/VISU_I/VISUConfig.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/VISU_I/VISUConfig.cc b/src/VISU_I/VISUConfig.cc index 2395f745..5622086a 100644 --- a/src/VISU_I/VISUConfig.cc +++ b/src/VISU_I/VISUConfig.cc @@ -166,9 +166,9 @@ namespace VISU{ return (i->second)(theSObject,thePrefix,aMap); } }catch(std::logic_error& exc){ - INFOS("Follow exception was accured :\n"<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 = "<FindObjectID(theRefFatherEntry); @@ -288,7 +288,7 @@ namespace VISU{ CORBA::String_var anEntry = newObj->GetID(); string aRet(anEntry); if(MYDEBUG) - INFOS("CreateAttributes - StudyId = "<StudyId()<<"; anEntry = "<