source:
code/branches/objecthierarchie/src/BaseObject.cc
@
150
Last change on this file since 150 was 149, checked in by landauf, 17 years ago | |
---|---|
File size: 213 bytes |
Rev | Line | |
---|---|---|
[132] | 1 | #include "BaseObject.h" |
2 | ||
[149] | 3 | namespace orxonox |
4 | { | |
[132] | 5 | BaseObject::BaseObject() |
6 | { | |
[149] | 7 | registerRootObject(BaseObject); |
[132] | 8 | } |
9 | ||
10 | BaseObject::~BaseObject() | |
11 | { | |
[149] | 12 | unregisterObject(); |
[132] | 13 | } |
[149] | 14 | } |
Note: See TracBrowser
for help on using the repository browser.