Changeset 8594 for code/branches/presentation/src/libraries/core
- Timestamp:
- May 26, 2011, 1:57:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/libraries/core/Identifier.h
r8351 r8594 119 119 120 120 /// Returns the network ID to identify a class through the network. 121 inline constuint32_t getNetworkID() const { return this->networkID_; }121 inline uint32_t getNetworkID() const { return this->networkID_; } 122 122 void setNetworkID(uint32_t id); 123 123
Note: See TracChangeset
for help on using the changeset viewer.