src/helper/packet-sink-helper.h
changeset 2965 4b28e9740e3b
parent 2890 172baa5960ff
child 3848 affd0834debc
equal deleted inserted replaced
2964:4e8cb1577144 2965:4b28e9740e3b
    30 class PacketSinkHelper
    30 class PacketSinkHelper
    31 {
    31 {
    32 public:
    32 public:
    33   PacketSinkHelper (std::string protocol, Address address);
    33   PacketSinkHelper (std::string protocol, Address address);
    34 
    34 
    35   void SetAttribute (std::string name, Attribute value);
    35   void SetAttribute (std::string name, const AttributeValue &value);
    36 
    36 
    37   ApplicationContainer Install (NodeContainer c);
    37   ApplicationContainer Install (NodeContainer c);
    38 private:
    38 private:
    39   ObjectFactory m_factory;
    39   ObjectFactory m_factory;
    40 };
    40 };