equal
deleted
inserted
replaced
255 * \brief Dispose this object. |
255 * \brief Dispose this object. |
256 */ |
256 */ |
257 virtual void DoDispose (); |
257 virtual void DoDispose (); |
258 |
258 |
259 private: |
259 private: |
|
260 /** |
|
261 * \brief Container for the Ipv6InterfaceAddresses. |
|
262 */ |
260 typedef std::list<Ipv6InterfaceAddress> Ipv6InterfaceAddressList; |
263 typedef std::list<Ipv6InterfaceAddress> Ipv6InterfaceAddressList; |
|
264 |
|
265 /** |
|
266 * \brief Container Iterator for the Ipv6InterfaceAddresses. |
|
267 */ |
261 typedef std::list<Ipv6InterfaceAddress>::iterator Ipv6InterfaceAddressListI; |
268 typedef std::list<Ipv6InterfaceAddress>::iterator Ipv6InterfaceAddressListI; |
|
269 |
|
270 /** |
|
271 * \brief Const Container Itareator for the Ipv6InterfaceAddresses. |
|
272 */ |
262 typedef std::list<Ipv6InterfaceAddress>::const_iterator Ipv6InterfaceAddressListCI; |
273 typedef std::list<Ipv6InterfaceAddress>::const_iterator Ipv6InterfaceAddressListCI; |
263 |
274 |
264 /** |
275 /** |
265 * \brief Initialize interface. |
276 * \brief Initialize interface. |
266 */ |
277 */ |