| 396 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 397 | |
| 398 | ObjectPtr Object::copy() const |
| 399 | { |
| 400 | CopyContext c; |
| 401 | ObjectPtr result = c.copy( this ); |
| 402 | return result; |
| 403 | } |
| 404 | |
| 405 | void Object::save( IndexedIOPtr ioInterface, const IndexedIO::EntryID &name ) const |
| 406 | { |
no outgoing calls