Changeset 10478 for code/branches/core7/src/libraries/network/packet
- Timestamp:
- May 25, 2015, 5:37:15 PM (10 years ago)
- Location:
- code/branches/core7/src/libraries/network/packet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/network/packet/FunctionCalls.cc
r10473 r10478 82 82 } 83 83 84 void FunctionCalls::addCall( uint32_t networkID, uint32_t objectID, const MultiType * mt1, const MultiType* mt2, const MultiType* mt3, const MultiType* mt4, const MultiType*mt5)84 void FunctionCalls::addCall( uint32_t networkID, uint32_t objectID, const MultiType& mt1, const MultiType& mt2, const MultiType& mt3, const MultiType& mt4, const MultiType& mt5) 85 85 { 86 86 assert(!isDataENetAllocated()); -
code/branches/core7/src/libraries/network/packet/FunctionCalls.h
r10473 r10478 56 56 virtual bool process(orxonox::Host* host); 57 57 58 void addCall( uint32_t networkID, uint32_t objectID, const MultiType * mt1=0, const MultiType* mt2=0, const MultiType* mt3=0, const MultiType* mt4=0, const MultiType* mt5=0);58 void addCall( uint32_t networkID, uint32_t objectID, const MultiType& mt1, const MultiType& mt2, const MultiType& mt3, const MultiType& mt4, const MultiType& mt5); 59 59 virtual bool send(orxonox::Host* host); 60 60 private:
Note: See TracChangeset
for help on using the changeset viewer.