src/internet-node/ipv4-l4-demux.h
changeset 577 a700b8761829
parent 568 e1660959ecbb
child 578 e305018537c9
--- a/src/internet-node/ipv4-l4-demux.h	Fri May 11 10:10:46 2007 +0200
+++ b/src/internet-node/ipv4-l4-demux.h	Fri May 11 10:11:06 2007 +0200
@@ -82,7 +82,7 @@
    * The input value to this method should be the value
    * returned from the Ipv4L4Protocol::Insert method.
    */
-  void Erase (Ptr<Ipv4L4Protocol> protocol);
+  void Remove (Ptr<Ipv4L4Protocol> protocol);
 private:
   virtual void DoDispose (void);
   typedef std::list<Ptr<Ipv4L4Protocol> > L4List_t;