Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv17255/Include/SimData
Modified Files:
InterfaceRegistry.h ObjectInterface.h
Log Message:
see CHANGES.current
Index: InterfaceRegistry.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/InterfaceRegistry.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** InterfaceRegistry.h 2 May 2003 20:59:04 -0000 1.15
--- InterfaceRegistry.h 9 May 2003 03:51:06 -0000 1.16
***************
*** 371,375 ****
#else
#define END_SIMDATA_XML_INTERFACE \
! ; \
checkDuplicates(); \
} \
--- 371,375 ----
#else
#define END_SIMDATA_XML_INTERFACE \
! .pass(); \
checkDuplicates(); \
} \
Index: ObjectInterface.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/ObjectInterface.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ObjectInterface.h 4 May 2003 10:57:48 -0000 1.18
--- ObjectInterface.h 9 May 2003 03:51:06 -0000 1.19
***************
*** 529,532 ****
--- 529,534 ----
}
+ inline Self& pass() { return *this; }
+
virtual bool variableExists(const char *name) const {
return table.find(name) != table.end();
|