[Gcblue-commits] gcb_wx/src/common simmath.cpp,1.5,1.6
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@pr...> - 2004-02-01 22:21:05
|
Update of /cvsroot/gcblue/gcb_wx/src/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11210/src/common Modified Files: simmath.cpp Log Message: Index: simmath.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/common/simmath.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** simmath.cpp 20 Jan 2004 03:02:53 -0000 1.5 --- simmath.cpp 1 Feb 2004 22:19:08 -0000 1.6 *************** *** 192,197 **** --- 192,203 ---- } + } + bool tcGeoRect::operator==(const tcGeoRect& r) + { + return ((left == r.left)&&(right == r.right)&& + (top == r.top)&&(bottom == r.bottom)); } + /******************************* tcTrack *******************************/ /** |