Changeset 3208 for code/branches/netp5/src/network/NetworkFunction.h
- Timestamp:
- Jun 23, 2009, 12:51:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp5/src/network/NetworkFunction.h
r3207 r3208 75 75 ~NetworkFunctionBase(); 76 76 77 virtual void 77 virtual void setNetworkID(uint32_t id) { this->networkID_ = id; } 78 78 inline uint32_t getNetworkID() const { return this->networkID_; } 79 79 inline std::string getName() const { return name_; }
Note: See TracChangeset
for help on using the changeset viewer.