src/internet-node/udp-impl.h
changeset 3125 d2d8a36cfd23
parent 2834 1aab57845b07
--- a/src/internet-node/udp-impl.h	Sat May 17 11:15:02 2008 -0700
+++ b/src/internet-node/udp-impl.h	Sat May 17 12:08:20 2008 -0700
@@ -20,7 +20,7 @@
 #ifndef UDP_IMPL_H
 #define UDP_IMPL_H
 
-#include "ns3/udp.h"
+#include "ns3/udp-socket-factory.h"
 #include "ns3/ptr.h"
 
 namespace ns3 {
@@ -36,7 +36,7 @@
  * also hold global variables used to initialize newly created sockets, 
  * such as values that are set through the sysctl or proc interfaces in Linux.
  */
-class UdpImpl : public Udp
+class UdpImpl : public UdpSocketFactory
 {
 public:
   UdpImpl ();