Changeset 7535 for source/ariba/Node.h


Ignore:
Timestamp:
Feb 5, 2010, 9:08:33 AM (15 years ago)
Author:
Christoph Mayer
Message:

-missing doxygen in interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Node.h

    r7532 r7535  
    182182         * the node name of the remote node, if known -- otherwise it returns
    183183         * an unspecified name.
    184          *
    185          * TODO: RFE -- send request to remote node and inform service.
    186184         *
    187185         * @return A node's name or an unspecified name, if unknown
     
    325323        string getName() const;
    326324
    327 
    328325protected:
    329326        // friends
     
    334331        AribaModule& ariba_mod;                //< ariba module
    335332        SpoVNetID spovnetId;                   //< current spovnet id
    336         NodeID nodeId;                        //< current node id
     333        NodeID nodeId;                            //< current node id
    337334        overlay::BaseOverlay* base_overlay;    //< the base overlay
     335
    338336};
    339337
Note: See TracChangeset for help on using the changeset viewer.