Ignore:
Timestamp:
Sep 25, 2009, 2:30:33 PM (15 years ago)
Author:
mies
Message:

added basic DHT functionality (untested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/CommunicationListener.cpp

    r3374 r6266  
    6262
    6363bool CommunicationListener::onLinkRequest(const NodeID& remote,
    64                 const DataMessage& msg) {
     64        const DataMessage& msg) {
    6565        return true;
    6666}
    6767
    6868void CommunicationListener::onMessage(const DataMessage& msg,
    69                 const NodeID& remote, const LinkID& lnk) {
     69        const NodeID& remote, const LinkID& lnk) {
    7070}
    7171
     
    7373        return true;
    7474}
     75
     76void CommunicationListener::onKeyValue( const Data& key, const vector<Data>& value ) {
     77
     78}
     79
    7580
    7681// --- extended message functionality ---
Note: See TracChangeset for help on using the changeset viewer.