| 38 | //----------------------------------------------------------------------------- |
| 39 | |
| 40 | SimPersistID::SimPersistID() |
| 41 | { |
| 42 | mObject = NULL; |
| 43 | mUUID.generate(); |
| 44 | smLookupTable->insertUnique(mUUID, this); |
| 45 | } |
| 46 | |
| 47 | SimPersistID::SimPersistID( SimObject* object ) |
| 48 | : mObject( object ) |
nothing calls this directly
no test coverage detected