Changeset 1586 for trunk/src/objects/RpObject.cc
- Timestamp:
- Oct 23, 2009 7:56:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/objects/RpObject.cc
r1581 r1586 318 318 319 319 void 320 Object::random() 321 { 322 // bland objects cannot make random values 323 return; 324 } 325 326 Rp_Chain * 327 Object::diff(const Object &o) 328 { 329 return NULL; 330 } 331 332 void 320 333 Object::__init() 321 334 {
Note: See TracChangeset
for help on using the changeset viewer.