Changeset 7469


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

-interface cleanup

Location:
source/ariba
Files:
2 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}
  • source/ariba/Node.h

    r7468 r7469  
    9292         * 3. The module has been stopped<br />
    9393         */
    94         ~Node();
     94        virtual ~Node();
    9595
    9696        //--- node control ---
     
    210210         * @return A new link id
    211211         */
    212         LinkID establishLink(const NodeID& nid, const ServiceID& sid,
    213                         const LinkProperties& req = LinkProperties::DEFAULT,
    214                         const DataMessage& msg = DataMessage::UNSPECIFIED);
     212        LinkID establishLink(const NodeID& nid, const ServiceID& sid);
    215213
    216214        /**
Note: See TracChangeset for help on using the changeset viewer.