Update of /cvsroot/objecthandler/ObjectHandler/oh
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9006/oh
Modified Files:
objecthandler.hpp
Log Message:
fix comment
Index: objecthandler.hpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/oh/objecthandler.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** objecthandler.hpp 6 Oct 2006 07:57:35 -0000 1.14
--- objecthandler.hpp 7 Oct 2006 16:07:23 -0000 1.15
***************
*** 93,97 ****
virtual const int objectCount();
! //! List handles of all Objects in repository.
/*! Returns empty list if repository is empty.
*/
--- 93,97 ----
virtual const int objectCount();
! //! List IDs of all Objects in repository.
/*! Returns empty list if repository is empty.
*/
|