--- a/src/internet/helper/ipv6-list-routing-helper.h Thu Nov 14 19:07:55 2013 +0100
+++ b/src/internet/helper/ipv6-list-routing-helper.h Thu Nov 14 22:43:53 2013 +0100
@@ -86,9 +86,15 @@
* \internal
* \brief Assignment operator declared private and not implemented to disallow
* assignment and prevent the compiler from happily inserting its own.
+ * \param o object to copy from
+ * \returns a reference to the new object
*/
Ipv6ListRoutingHelper &operator = (const Ipv6ListRoutingHelper &o);
+ /**
+ * \internal
+ * \brief Container for pairs of Ipv6RoutingHelper pointer / priority.
+ */
std::list<std::pair<const Ipv6RoutingHelper *,int16_t> > m_list;
};