changeset 3132 | b0b0abb911cd |
parent 3131 | d82336dfd269 |
--- a/src/internet-node/tcp-impl.h Tue May 20 11:52:25 2008 -0700 +++ b/src/internet-node/tcp-impl.h Tue May 20 12:16:55 2008 -0700 @@ -20,7 +20,7 @@ #ifndef TCP_IMPL_H #define TCP_IMPL_H -#include "ns3/tcp.h" +#include "ns3/tcp-socket-factory.h" #include "ns3/ptr.h" namespace ns3 { @@ -39,7 +39,7 @@ * * Most of the logic is in class ns3::TcpSocketImpl. */ -class TcpImpl : public Tcp +class TcpImpl : public TcpSocketFactory { public: TcpImpl ();