src/helper/ipv4-routing-helper.h
changeset 4648 e72d6bc8b814
parent 4616 a84f60b6cd12
equal deleted inserted replaced
4647:b69bef7e00ed 4648:e72d6bc8b814
    31  * \brief a factory to create ns3::Ipv4RoutingProtocol objects
    31  * \brief a factory to create ns3::Ipv4RoutingProtocol objects
    32  *
    32  *
    33  * For each new routing protocol created as a subclass of 
    33  * For each new routing protocol created as a subclass of 
    34  * ns3::Ipv4RoutingProtocol, you need to create a subclass of 
    34  * ns3::Ipv4RoutingProtocol, you need to create a subclass of 
    35  * ns3::Ipv4RoutingHelper which can be used by 
    35  * ns3::Ipv4RoutingHelper which can be used by 
    36  * ns3::InternetStackHelper::SetRoutingProtocol and 
    36  * ns3::InternetStackHelper::SetRoutingHelper and 
    37  * ns3::InternetStackHelper::Install.
    37  * ns3::InternetStackHelper::Install.
    38  */
    38  */
    39 class Ipv4RoutingHelper
    39 class Ipv4RoutingHelper
    40 {
    40 {
    41 public:
    41 public: