src/internet-node/ipv4-l4-demux.h
changeset 2251 04963d8cca51
parent 2250 18f432098389
child 2498 e01570293b98
equal deleted inserted replaced
2250:18f432098389 2251:04963d8cca51
    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.