equal
deleted
inserted
replaced
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 }; |