Changeset 9667 for code/trunk/src/libraries/network/NetworkFunction.h
- 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/libraries/network/NetworkFunction.h
r8418 r9667 39 39 #include <boost/static_assert.hpp> 40 40 41 #include "core/Identifier.h" 41 #include "core/object/Listable.h" 42 #include "core/class/Identifier.h" 42 43 #include "core/command/Functor.h" 43 44 #include "FunctionCallManager.h" … … 70 71 71 72 72 class _NetworkExport NetworkFunctionBase: virtual public OrxonoxClass{73 class _NetworkExport NetworkFunctionBase: virtual public Listable { 73 74 public: 74 75 NetworkFunctionBase(const std::string& name);
Note: See TracChangeset
for help on using the changeset viewer.