src/helper/olsr-helper.h
changeset 4648 e72d6bc8b814
parent 4616 a84f60b6cd12
equal deleted inserted replaced
4647:b69bef7e00ed 4648:e72d6bc8b814
    27 
    27 
    28 namespace ns3 {
    28 namespace ns3 {
    29 
    29 
    30 /**
    30 /**
    31  * \brief Helper class that adds OLSR routing to nodes.
    31  * \brief Helper class that adds OLSR routing to nodes.
       
    32  *
       
    33  * This class is expected to be used in conjunction with 
       
    34  * ns3::InternetStackHelper::SetRoutingHelper
    32  */
    35  */
    33 class OlsrHelper : public Ipv4RoutingHelper
    36 class OlsrHelper : public Ipv4RoutingHelper
    34 {
    37 {
    35 public:
    38 public:
    36   OlsrHelper ();
    39   OlsrHelper ();