|
From: <mk...@us...> - 2003-03-18 11:24:50
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv30817/Include/SimData
Modified Files:
Path.h
Log Message:
Index: Path.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Path.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Path.h 18 Mar 2003 10:04:02 -0000 1.7
--- Path.h 18 Mar 2003 11:24:47 -0000 1.8
***************
*** 343,347 ****
*/
bool operator==(PointerBase const &p) const {
! return PointerBase::operator==(p);
}
--- 343,347 ----
*/
bool operator==(PointerBase const &p) const {
! return ReferencePointer::operator==(p);
}
|