diff -r 73bc9e55f9bd -r 1e48ff9185f1 src/internet/model/ipv6-end-point-demux.h --- a/src/internet/model/ipv6-end-point-demux.h Sun Nov 24 23:48:49 2013 +0100 +++ b/src/internet/model/ipv6-end-point-demux.h Wed Nov 20 20:15:02 2013 +0100 @@ -47,14 +47,7 @@ */ typedef std::list::iterator EndPointsI; - /** - * \brief Constructor. - */ Ipv6EndPointDemux (); - - /** - * \brief Destructor. - */ ~Ipv6EndPointDemux (); /** @@ -79,7 +72,7 @@ * \param src source address to test * \param sport source port to test * \param incomingInterface the incoming interface - * \return list en IPv6EndPoints (could be 0 element) + * \return list of IPv6EndPoints (could be 0 element) */ EndPoints Lookup (Ipv6Address dst, uint16_t dport, Ipv6Address src, uint16_t sport, Ptr incomingInterface);