Changeset 7469 for source/ariba/Node.cpp


Ignore:
Timestamp:
Jan 25, 2010, 10:57:41 AM (14 years ago)
Author:
Christoph Mayer
Message:

-interface cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Node.cpp

    r7468 r7469  
    128128}
    129129
    130 LinkID Node::establishLink(const NodeID& nid, const ServiceID& sid,
    131                 const LinkProperties& req, const DataMessage& msg) {
     130LinkID Node::establishLink(const NodeID& nid, const ServiceID& sid) {
    132131        return base_overlay->establishLink(nid, sid);
    133132}
Note: See TracChangeset for help on using the changeset viewer.