src/nix-vector-routing/helper/ipv4-nix-vector-helper.h
changeset 10989 71d2c67a51aa
parent 7385 10beb0e53130
child 10991 54d908f84801
equal deleted inserted replaced
10988:60f2bc933de1 10989:71d2c67a51aa
    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 */