Changeset 7469 for source/ariba/Node.h


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.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.