Changeset 2473 for source/ariba/Node.h
- Timestamp:
- Feb 23, 2009, 2:21:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.h
r2460 r2473 37 37 // [License] 38 38 39 40 39 #ifndef NODE_H_ 41 40 #define NODE_H_ … … 236 235 seqnum_t sendMessage(const DataMessage& msg, const LinkID& lnk); 237 236 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 238 246 // --- communication listeners --- 239 247 … … 316 324 // delegates 317 325 interface::AribaContext* context; 318 static constServiceID anonymousService;326 static ServiceID anonymousService; 319 327 }; 320 328
Note:
See TracChangeset
for help on using the changeset viewer.