Changeset 3705 for source/ariba/overlay/BaseOverlay.cpp
- Timestamp:
- May 26, 2009, 4:27:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r3699 r3705 820 820 if( iface->onLinkRequest(sourcenode) ){ 821 821 822 logging_debug("link " << link.toString() << 823 " has been accepted by service " << service.toString()); 824 822 825 // call the notification functions 823 826 iface->onLinkUp( link, sourcenode ); … … 825 828 826 829 } else { 830 831 logging_debug("link " << link.toString() << 832 " has been denied by service " << service.toString() << ", dropping link"); 833 827 834 // prevent onLinkDown calls to the service 828 835 i->second.interface = &CommunicationListener::DEFAULT;
Note:
See TracChangeset
for help on using the changeset viewer.