Update of /cvsroot/cppunit/cppunit/include/cppunit/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30622/include/cppunit/plugin
Modified Files:
PlugInManager.h
Log Message:
* fixed documentation typo.
Index: PlugInManager.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit/include/cppunit/plugin/PlugInManager.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** PlugInManager.h 29 Aug 2002 19:27:07 -0000 1.6
--- PlugInManager.h 2 Aug 2005 17:46:58 -0000 1.7
***************
*** 42,46 ****
* \return Pointer on the DynamicLibraryManager associated to the library.
* Valid until the library is unloaded. Never \c NULL.
! * \exception DynamicLibraryManager is thrown if an error occurs during loading.
*/
void load( const std::string &libraryFileName,
--- 42,46 ----
* \return Pointer on the DynamicLibraryManager associated to the library.
* Valid until the library is unloaded. Never \c NULL.
! * \exception DynamicLibraryManagerException is thrown if an error occurs during loading.
*/
void load( const std::string &libraryFileName,
|