Update of /cvsroot/objecthandler/ObjectHandler/oh
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30222/oh
Modified Files:
objecthandler.cpp
Log Message:
Index: objecthandler.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/oh/objecthandler.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** objecthandler.cpp 2 Jan 2007 16:36:19 -0000 1.8
--- objecthandler.cpp 3 Jan 2007 09:03:47 -0000 1.9
***************
*** 145,150 ****
msg << "ObjectHandler error: cannot create object with ID '" <<
objectID << "' because an object with the equivalent name '" <<
! result->first <<
! "' already exists";
throw Exception(msg.str());
}
--- 145,149 ----
msg << "ObjectHandler error: cannot create object with ID '" <<
objectID << "' because an object with the equivalent name '" <<
! result->first << "' already exists";
throw Exception(msg.str());
}
|