equal
deleted
inserted
replaced
34 * |
34 * |
35 */ |
35 */ |
36 class Ipv4NixVectorHelper : public Ipv4RoutingHelper |
36 class Ipv4NixVectorHelper : public Ipv4RoutingHelper |
37 { |
37 { |
38 public: |
38 public: |
39 /* |
39 /** |
40 * Construct an Ipv4NixVectorHelper to make life easier while adding Nix-vector |
40 * Construct an Ipv4NixVectorHelper to make life easier while adding Nix-vector |
41 * routing to nodes. |
41 * routing to nodes. |
42 */ |
42 */ |
43 Ipv4NixVectorHelper (); |
43 Ipv4NixVectorHelper (); |
44 |
44 |
68 private: |
68 private: |
69 /** |
69 /** |
70 * \internal |
70 * \internal |
71 * \brief Assignment operator declared private and not implemented to disallow |
71 * \brief Assignment operator declared private and not implemented to disallow |
72 * assignment and prevent the compiler from happily inserting its own. |
72 * assignment and prevent the compiler from happily inserting its own. |
|
73 * \returns |
73 */ |
74 */ |
74 Ipv4NixVectorHelper &operator = (const Ipv4NixVectorHelper &o); |
75 Ipv4NixVectorHelper &operator = (const Ipv4NixVectorHelper &); |
75 |
76 |
76 ObjectFactory m_agentFactory; |
77 ObjectFactory m_agentFactory; //!< Object factory |
77 }; |
78 }; |
78 } // namespace ns3 |
79 } // namespace ns3 |
79 |
80 |
80 #endif /* IPV4_NIX_VECTOR_HELPER_H */ |
81 #endif /* IPV4_NIX_VECTOR_HELPER_H */ |