more cleanups based on bug 249.
--- a/src/node/tcp-socket-factory.h Wed Jul 09 17:04:29 2008 -0400
+++ b/src/node/tcp-socket-factory.h Wed Jul 09 19:52:15 2008 -0700
@@ -48,8 +48,6 @@
public:
static TypeId GetTypeId (void);
- virtual Ptr<Socket> CreateSocket (void) = 0;
-
};
} // namespace ns3
--- a/src/node/udp-socket-factory.h Wed Jul 09 17:04:29 2008 -0400
+++ b/src/node/udp-socket-factory.h Wed Jul 09 19:52:15 2008 -0700
@@ -42,14 +42,6 @@
public:
static TypeId GetTypeId (void);
- /**
- * \return smart pointer to Socket
- *
- * API for creating socket instances; must be implemented by UDP
- * implementations..
- */
- virtual Ptr<Socket> CreateSocket (void) = 0;
-
};
} // namespace ns3