Changeset 3071 for source/ariba/overlay/BaseOverlay.h
- Timestamp:
- Apr 24, 2009, 4:34:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.h
r3067 r3071 250 250 251 251 /** 252 * TODO252 * @see ariba::communication::CommunicationEvents.h 253 253 */ 254 254 virtual void onLinkUp( const LinkID& id, const NetworkLocator* local, const NetworkLocator* remote ); 255 255 256 256 /** 257 * TODO257 * @see ariba::communication::CommunicationEvents.h 258 258 */ 259 259 virtual void onLinkDown( const LinkID& id, const NetworkLocator* local, const NetworkLocator* remote ); 260 260 261 /** 262 * @see ariba::communication::CommunicationEvents.h 263 */ 261 264 virtual void onLinkChanged( const LinkID& id, const NetworkLocator* oldlocal, const NetworkLocator* newlocal, const NetworkLocator* oldremote, const NetworkLocator* newremote ); 262 265 263 266 /** 264 * TODO267 * @see ariba::communication::CommunicationEvents.h 265 268 */ 266 269 virtual void onLinkFail( const LinkID& id, const NetworkLocator* local, const NetworkLocator* remote ); 267 270 268 271 /** 269 * TODO272 * @see ariba::communication::CommunicationEvents.h 270 273 */ 271 274 virtual void onLinkQoSChanged( const LinkID& id, const NetworkLocator* local, const NetworkLocator* remote, const QoSParameterSet& qos ); 275 276 /** 277 * @see ariba::communication::CommunicationEvents.h 278 */ 279 virtual bool onLinkRequest( const LinkID& id, const NetworkLocator* local, const NetworkLocator* remote ); 272 280 273 281 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note:
See TracChangeset
for help on using the changeset viewer.