Merge request check
This commit is contained in:
@ -78,9 +78,8 @@ public:
|
||||
virtual void printList() = 0;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Documentation can be found in the class method declration.
|
||||
*/
|
||||
|
||||
/*Documentation can be found in the class method declaration above.*/
|
||||
template <typename T>
|
||||
T* ObjectManagerIF::get( object_id_t id ) {
|
||||
SystemObjectIF* temp = this->getSystemObject(id);
|
||||
|
Reference in New Issue
Block a user