Update of /cvsroot/objecthandler/ObjectHandler/oh
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv938/oh
Modified Files:
objecthandlerbase.cpp
Log Message:
logging for calling ranges
Index: objecthandlerbase.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/oh/objecthandlerbase.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** objecthandlerbase.cpp 1 Jun 2006 13:59:47 -0000 1.4
--- objecthandlerbase.cpp 2 Jun 2006 13:59:05 -0000 1.5
***************
*** 56,60 ****
void ObjectHandlerBase::dump(std::ostream& out) {
! out << "dump of all objects in ObjectHandler:" << std::endl;
for (ObjectList::const_iterator i=objectList_.begin();
i!=objectList_.end(); i++) {
--- 56,60 ----
void ObjectHandlerBase::dump(std::ostream& out) {
! out << "dump of all objects in ObjectHandler:" << std::endl << std::endl;
for (ObjectList::const_iterator i=objectList_.begin();
i!=objectList_.end(); i++) {
|