Update of /cvsroot/csp/APPLICATIONS/SimData/Source
In directory sc8-pr-cvs1:/tmp/cvs-serv2262
Modified Files:
Tag: simdata
InterfaceRegistry.cpp
Log Message:
no message
Index: InterfaceRegistry.cpp
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/Attic/InterfaceRegistry.cpp,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** InterfaceRegistry.cpp 20 Jan 2003 05:53:12 -0000 1.1.2.3
--- InterfaceRegistry.cpp 20 Jan 2003 18:27:54 -0000 1.1.2.4
***************
*** 69,72 ****
--- 69,73 ----
Object *InterfaceProxy::createObject() const {
assert(0);
+ return 0;
}
***************
*** 112,119 ****
--- 113,122 ----
hasht InterfaceProxy::getClassHash() const {
assert(0);
+ return 0;
}
const char * InterfaceProxy::getClassName() const {
assert(0);
+ return 0;
}
|