Changeset 238 for XMLIO_V2/dev/dev_rv/src4/xmlio/object.cpp
- Timestamp:
- 06/28/11 17:58:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XMLIO_V2/dev/dev_rv/src4/xmlio/object.cpp
r216 r238 63 63 bool CObject::hasId(void) const 64 64 { 65 return ( !this->id);65 return (this->id); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.