Changeset 9667 for code/trunk/src/orxonox/infos/Info.cc
- Timestamp:
- Aug 25, 2013, 9:08:42 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core6 merged: 9552-9554,9556-9574,9577-9579,9585-9593,9596-9612,9626-9662
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/infos/Info.cc
r5781 r9667 32 32 namespace orxonox 33 33 { 34 Info::Info(BaseObject* creator) : BaseObject(creator), Synchronisable(creator) 34 RegisterClass(Info); 35 36 Info::Info(Context* context) : BaseObject(context), Synchronisable(context) 35 37 { 36 38 RegisterObject(Info);
Note: See TracChangeset
for help on using the changeset viewer.