Changeset 2945 for code/branches/netp2/src/network/packet
- Timestamp:
- May 1, 2009, 3:16:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp2/src/network/packet/FunctionCalls.cc
r2944 r2945 52 52 data_=new uint8_t[ FUNCTIONCALLS_MEM_ALLOCATION ]; 53 53 *(ENUM::Type *)(data_ + _PACKETID ) = ENUM::FunctionCalls; 54 *(uint32_t*)(data_+sizeof(uint32_t)) = 0; // set nrOfCalls to 0 54 55 } 55 56
Note: See TracChangeset
for help on using the changeset viewer.