- Timestamp:
- Oct 18, 2008, 11:28:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc
r1940 r1943 77 77 this->setObjectMode(network::direction::bidirectional); 78 78 79 REGISTER DATA(name_,network::direction::bidirectional, new network::NetworkCallback<PlayerInfo>(this, &PlayerInfo::changedName));79 REGISTERSTRING(name_, network::direction::bidirectional, new network::NetworkCallback<PlayerInfo>(this, &PlayerInfo::changedName)); 80 80 REGISTERDATA(clientID_, network::direction::toclient, new network::NetworkCallback<PlayerInfo>(this, &PlayerInfo::checkClientID)); 81 81 REGISTERDATA(ping_, network::direction::toclient);
Note: See TracChangeset
for help on using the changeset viewer.