Changeset 6786 for sample/testdht
- Timestamp:
- Nov 2, 2009, 1:31:19 AM (15 years ago)
- Location:
- sample/testdht
- Files:
-
- 8 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/testdht/DHTTest.cpp
r6760 r6786 69 69 // bind communication and node listener 70 70 node->bind( this ); /*NodeListener*/ 71 //node->bind( this, DHTTest::DHTTEST_SERVICEID); /*CommunicationListener*/71 node->bind( this, DHTTest::DHTTEST_SERVICEID); /*CommunicationListener*/ 72 72 73 73 // start node module
Note:
See TracChangeset
for help on using the changeset viewer.