Ignore:
Timestamp:
Apr 23, 2009, 6:58:34 PM (15 years ago)
Author:
Christoph Mayer
Message:

-fixed all compile errors, but now the overlay functionality is messed up somewhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/CommunicationListener.cpp

    r3055 r3056  
    6565bool CommunicationListener::onLinkRequest(const NodeID& remote,
    6666                const DataMessage& msg) {
    67         return false;
     67        return true;
    6868}
    6969
     
    7272}
    7373
     74// --- extended message functionality ---
    7475// void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed,
    7576//              const DataMessage& msg) {
Note: See TracChangeset for help on using the changeset viewer.