From: <mk...@us...> - 2003-10-20 17:31:49
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Source In directory sc8-pr-cvs1:/tmp/cvs-serv31607/Source Modified Files: InterfaceRegistry.cpp Log Message: Index: InterfaceRegistry.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/InterfaceRegistry.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** InterfaceRegistry.cpp 19 Oct 2003 23:53:56 -0000 1.11 --- InterfaceRegistry.cpp 20 Oct 2003 15:56:15 -0000 1.12 *************** *** 134,137 **** --- 134,138 ---- void InterfaceRegistry::__cleanup() { + SIMDATA_LOG(LOG_REGISTRY, LOG_DEBUG, "Destroying the interface registry."); if (__map) delete __map; if (__id_map) delete __id_map; |