Merge remote-tracking branch 'upstream/development' into eive/develop

This commit is contained in:
2021-06-12 15:24:08 +02:00
6 changed files with 150 additions and 401 deletions

View File

@ -68,13 +68,7 @@ private:
static ObjectManager* objManagerInstance;
};
/**
* @brief This is the forward declaration of the global objectManager instance.
*/
// SHOULDDO: maybe put this in the glob namespace to explicitely mark it global?
//extern ObjectManagerIF *objectManager;
/*Documentation can be found in the class method declaration above.*/
// Documentation can be found in the class method declaration above
template <typename T>
T* ObjectManager::get( object_id_t id ) {
SystemObjectIF* temp = this->getSystemObject(id);