equal
deleted
inserted
replaced
73 * Try and find the static routing protocol as either the main routing |
73 * Try and find the static routing protocol as either the main routing |
74 * protocol or in the list of routing protocols associated with the |
74 * protocol or in the list of routing protocols associated with the |
75 * Ipv4 provided. |
75 * Ipv4 provided. |
76 * |
76 * |
77 * \param ipv4 the Ptr<Ipv4> to search for the static routing protocol |
77 * \param ipv4 the Ptr<Ipv4> to search for the static routing protocol |
|
78 * \returns Ipv4StaticRouting pointer or 0 if not found |
78 */ |
79 */ |
79 Ptr<Ipv4StaticRouting> GetStaticRouting (Ptr<Ipv4> ipv4) const; |
80 Ptr<Ipv4StaticRouting> GetStaticRouting (Ptr<Ipv4> ipv4) const; |
80 |
81 |
81 /** |
82 /** |
82 * \brief Add a multicast route to a node and net device using explicit |
83 * \brief Add a multicast route to a node and net device using explicit |
158 private: |
159 private: |
159 /** |
160 /** |
160 * \internal |
161 * \internal |
161 * \brief Assignment operator declared private and not implemented to disallow |
162 * \brief Assignment operator declared private and not implemented to disallow |
162 * assignment and prevent the compiler from happily inserting its own. |
163 * assignment and prevent the compiler from happily inserting its own. |
|
164 * \returns |
163 */ |
165 */ |
164 Ipv4StaticRoutingHelper &operator = (const Ipv4StaticRoutingHelper &o); |
166 Ipv4StaticRoutingHelper &operator = (const Ipv4StaticRoutingHelper &); |
165 }; |
167 }; |
166 |
168 |
167 } // namespace ns3 |
169 } // namespace ns3 |
168 |
170 |
169 #endif /* IPV4_STATIC_ROUTING_HELPER_H */ |
171 #endif /* IPV4_STATIC_ROUTING_HELPER_H */ |