Changeset 3037 for source/ariba/interface/ServiceInterface.cpp
- Timestamp:
- Apr 22, 2009, 9:07:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/interface/ServiceInterface.cpp
r2473 r3037 48 48 } 49 49 50 void ServiceInterface::onOverlayCreate( const SpoVNetID& id ){51 }52 53 void ServiceInterface::onOverlayDestroy( const SpoVNetID& id ){54 }55 56 50 bool ServiceInterface::isJoinAllowed( const NodeID& nodeid, const SpoVNetID& spovnetid ){ 57 51 // default: allow all nodes to join … … 71 65 } 72 66 67 void ServiceInterface::onLeaveSuccess( const SpoVNetID& spovnetid ){ 68 } 69 70 void ServiceInterface::onLeaveFail( const SpoVNetID& spovnetid ){ 71 } 72 73 73 void ServiceInterface::onLinkUp( const LinkID& link, const NodeID& local, const NodeID& remote ){ 74 74 }
Note:
See TracChangeset
for help on using the changeset viewer.