Changeset 10573


Ignore:
Timestamp:
Jun 18, 2012, 4:25:41 PM (12 years ago)
Author:
Michael Tänzer
Message:

Doh, fix some errors that somehow slipped through a non-clean make

Location:
source/ariba/overlay
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/messages/DHTMessage.h

    r10572 r10573  
    1919        virtual ~DHTMessage();
    2020
    21         const NodeID& getHashedKey() const {
     21        NodeID getHashedKey() const {
    2222                return NodeID::sha1( key.getBuffer(), key.getLength() / 8 );
    2323        }
  • source/ariba/overlay/modules/OverlayInterface.h

    r10572 r10573  
    152152         * @return The node id of the next hop
    153153         */
    154         virtual const NodeID& getNextNodeId( const NodeID& id ) const;
     154        virtual const NodeID& getNextNodeId( const NodeID& id ) const = 0;
    155155
    156156        //--- functions from CommunicationListener that we _can_ use as overlay ---
Note: See TracChangeset for help on using the changeset viewer.