Changeset 10380 for code/branches/core7/src/orxonox/interfaces
- Timestamp:
- Apr 22, 2015, 10:30:42 PM (10 years ago)
- Location:
- code/branches/core7/src/orxonox/interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/interfaces/NotificationListener.cc
r9667 r10380 51 51 registerStaticNetworkFunction(NotificationListener::sendHelper); 52 52 53 RegisterAbstractClass(NotificationListener).inheritsFrom<OrxonoxInterface>(); 54 53 55 NotificationListener::NotificationListener() 54 56 { -
code/branches/core7/src/orxonox/interfaces/PickupListener.cc
r9667 r10380 40 40 namespace orxonox 41 41 { 42 RegisterAbstractClass(PickupListener).inheritsFrom<OrxonoxInterface>(); 42 43 43 44 /**
Note: See TracChangeset
for help on using the changeset viewer.