| 431 | } |
| 432 | |
| 433 | ObjectDatabaseConstPtr Root::objectDatabase() { |
| 434 | return loadMember(m_objectDatabase, m_objectDatabaseMutex, "ObjectDatabase"); |
| 435 | } |
| 436 | |
| 437 | PlantDatabaseConstPtr Root::plantDatabase() { |
| 438 | return loadMember(m_plantDatabase, m_plantDatabaseMutex, "PlantDatabase"); |
no outgoing calls