src/internet-node/ipv4-l4-demux.h
changeset 2592 3ebf97150166
parent 2498 e01570293b98
child 2834 1aab57845b07
equal deleted inserted replaced
2591:83a605082fb6 2592:3ebf97150166
    43 public:
    43 public:
    44   static TypeId GetTypeId (void);
    44   static TypeId GetTypeId (void);
    45   Ipv4L4Demux ();
    45   Ipv4L4Demux ();
    46   virtual ~Ipv4L4Demux();
    46   virtual ~Ipv4L4Demux();
    47 
    47 
       
    48   void SetNode (Ptr<Node> node);
       
    49 
    48   /**
    50   /**
    49    * \param protocol a template for the protocol to add to this L4 Demux.
    51    * \param protocol a template for the protocol to add to this L4 Demux.
    50    * \returns the L4Protocol effectively added.
    52    * \returns the L4Protocol effectively added.
    51    *
    53    *
    52    * Invoke Copy on the input template to get a copy of the input
    54    * Invoke Copy on the input template to get a copy of the input