Changeset 2473 for source/ariba/overlay/BaseOverlay.h
- Timestamp:
- Feb 23, 2009, 2:21:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.h
r2472 r2473 185 185 * Unregister a receiver. 186 186 * 187 * @param receiver An implementation of the receiver interface188 */ 189 bool unbind( ServiceInterface* service,const ServiceID& sid );187 * @param sid The service id to unregister 188 */ 189 ServiceInterface* unbind( const ServiceID& sid ); 190 190 191 191 /** … … 271 271 * to deliver upcoming messages to the correct service. 272 272 */ 273 Demultiplexer<ServiceInterface*, constServiceID> listenerMux;273 Demultiplexer<ServiceInterface*, ServiceID> listenerMux; 274 274 275 275 /**
Note:
See TracChangeset
for help on using the changeset viewer.