- Timestamp:
- Nov 4, 2008, 5:12:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/network/packet/Packet.h
r2112 r2132 92 92 bool bDataENetAllocated_; 93 93 private: 94 static std::map< ENetPacket *, Packet *> packetMap_;94 static std::map<size_t, Packet *> packetMap_; 95 95 ENetPacket *enetPacket_; 96 96 };
Note: See TracChangeset
for help on using the changeset viewer.