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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/messages/Message.h

    r5484 r6786  
    105105         * data.
    106106         */
    107         inline Message( const Data& data ) :
     107        explicit inline Message( const Data& data ) :
    108108                srcAddr(NULL),destAddr(NULL), releasePayload(true) {
    109109                this->payload = data.clone();
Note: See TracChangeset for help on using the changeset viewer.