Changeset 6959
- Timestamp:
- Nov 18, 2009, 5:08:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/PingPong.cpp
r6956 r6959 58 58 string ip = config.read<string>("ariba.visual3d.ip"); 59 59 unsigned int port = config.read<unsigned int>("ariba.visual3d.port"); 60 unsigned int color = config.exists(" ariba.visual3d.color") ?61 config.read<unsigned int>(" ariba.visual3d.color") : 0;60 unsigned int color = config.exists("node.color") ? 61 config.read<unsigned int>("node.color") : 0; 62 62 ariba::utility::DddVis::instance().configure(ip, port, color); 63 63 }
Note:
See TracChangeset
for help on using the changeset viewer.