equal
deleted
inserted
replaced
60 * \brief L4 Ipv4 Demux |
60 * \brief L4 Ipv4 Demux |
61 */ |
61 */ |
62 class Ipv4L4Demux : public Object |
62 class Ipv4L4Demux : public Object |
63 { |
63 { |
64 public: |
64 public: |
65 static TypeId iid (void); |
65 static TypeId GetTypeId (void); |
66 Ipv4L4Demux (Ptr<Node> node); |
66 Ipv4L4Demux (Ptr<Node> node); |
67 virtual ~Ipv4L4Demux(); |
67 virtual ~Ipv4L4Demux(); |
68 |
68 |
69 /** |
69 /** |
70 * \param protocol a template for the protocol to add to this L4 Demux. |
70 * \param protocol a template for the protocol to add to this L4 Demux. |