View | Details | Raw Unified | Return to bug 1413
Collapse All | Expand All

(-)a/src/topology-read/model/topology-reader.h (-2 / +2 lines)
 Lines 59-64   public: Link Here 
59
   */
59
   */
60
    typedef std::map<std::string, std::string>::const_iterator ConstAttributesIterator;
60
    typedef std::map<std::string, std::string>::const_iterator ConstAttributesIterator;
61
61
62
    Link (); // default constructor
63
    
62
    /**
64
    /**
63
     * \brief Constructor
65
     * \brief Constructor
64
     * \param fromPtr Ptr to the node the link is orginating from
66
     * \param fromPtr Ptr to the node the link is orginating from
 Lines 140-146   public: Link Here 
140
    ConstAttributesIterator AttributesEnd (void);
142
    ConstAttributesIterator AttributesEnd (void);
141
143
142
private:
144
private:
143
    Link ();
144
    std::string m_fromName;
145
    std::string m_fromName;
145
    Ptr< Node > m_fromPtr;
146
    Ptr< Node > m_fromPtr;
146
    std::string m_toName;
147
    std::string m_toName;
147
- 

Return to bug 1413