From: <mk...@us...> - 2003-10-10 05:45:37
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv417/Include/SimData Modified Files: Tag: b0_4_0 InterfaceRegistry.h Log Message: Index: InterfaceRegistry.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/InterfaceRegistry.h,v retrieving revision 1.22.2.1 retrieving revision 1.22.2.2 diff -C2 -d -r1.22.2.1 -r1.22.2.2 *** InterfaceRegistry.h 18 Sep 2003 00:27:37 -0000 1.22.2.1 --- InterfaceRegistry.h 10 Oct 2003 05:45:33 -0000 1.22.2.2 *************** *** 133,141 **** * @note Do not call this method directly. * ! * @param interface The ObjectInterface to add. * @param classname The name of the Object subclass corresponding * to the interface being added. */ ! void addInterface(ObjectInterfaceBase* interface, std::string const &classname, hasht const &classhash); --- 133,141 ---- * @note Do not call this method directly. * ! * @param objectinterface The ObjectInterface to add. * @param classname The name of the Object subclass corresponding * to the interface being added. */ ! void addInterface(ObjectInterfaceBase* objectinterface, std::string const &classname, hasht const &classhash); |