From: <mk...@us...> - 2003-10-22 01:20:32
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Source In directory sc8-pr-cvs1:/tmp/cvs-serv964/Source Modified Files: InterfaceRegistry.cpp Log Message: Index: InterfaceRegistry.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/InterfaceRegistry.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** InterfaceRegistry.cpp 20 Oct 2003 15:56:15 -0000 1.12 --- InterfaceRegistry.cpp 22 Oct 2003 01:19:47 -0000 1.13 *************** *** 126,130 **** ! InterfaceRegistry::InterfaceRegistry() { } --- 126,130 ---- ! InterfaceRegistry::InterfaceRegistry(): __map(0), __id_map(0), __list(0) { } |