Changeset 6786 for sample


Ignore:
Timestamp:
Nov 2, 2009, 1:31:19 AM (14 years ago)
Author:
mies
Message:

Changed Data to Message conversion constructor in Message to explicit
Fixed some general bugs in Data: operator<<
Fixed bug in DHTMessage: allow unspecified key/values
Added local DHT message delivery
Adapted sources to work with gcc 4.4.1

Location:
sample/testdht
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • sample/testdht/DHTTest.cpp

    r6760 r6786  
    6969        // bind communication and node listener
    7070        node->bind( this );                              /*NodeListener*/
    71         //node->bind( this, DHTTest::DHTTEST_SERVICEID); /*CommunicationListener*/
     71        node->bind( this, DHTTest::DHTTEST_SERVICEID); /*CommunicationListener*/
    7272
    7373        // start node module
Note: See TracChangeset for help on using the changeset viewer.