Changeset 2473 for source/ariba/Node.h


Ignore:
Timestamp:
Feb 23, 2009, 2:21:49 PM (15 years ago)
Author:
Christoph Mayer
Message:

-einige fixes im ablauf des neuen interface
-einige fehlende funktionalität implementiert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Node.h

    r2460 r2473  
    3737// [License]
    3838
    39 
    4039#ifndef NODE_H_
    4140#define NODE_H_
     
    236235        seqnum_t sendMessage(const DataMessage& msg, const LinkID& lnk);
    237236
     237        /**
     238         * Sends a message to all known hosts in the overlay structure
     239         * the nodes that are reached here depend on the overlay structure.
     240         *
     241         * @param msg The message to be send
     242         * @param sid The id of the service that should receive the message
     243         */
     244        void sendBroadcastMessage(const DataMessage& msg, const ServiceID& sid);
     245
    238246        // --- communication listeners ---
    239247
     
    316324        // delegates
    317325        interface::AribaContext* context;
    318         static const ServiceID anonymousService;
     326        static ServiceID anonymousService;
    319327};
    320328
Note: See TracChangeset for help on using the changeset viewer.