topology-read: Making default constructor for TopologyReader::Link public.

This is necessary for some STL containers operations.
This commit is contained in:
Alexander Afanasyev
2012-01-19 16:57:13 -08:00
committed by Spyridon Mastorakis
parent f438ab14e1
commit 620e5dcc62
+2 -1
View File
@@ -59,6 +59,8 @@ public:
*/
typedef std::map<std::string, std::string>::const_iterator ConstAttributesIterator;
Link (); // default constructor
/**
* \brief Constructor
* \param fromPtr Ptr to the node the link is orginating from
@@ -140,7 +142,6 @@ public:
ConstAttributesIterator AttributesEnd (void);
private:
Link ();
std::string m_fromName;
Ptr< Node > m_fromPtr;
std::string m_toName;