ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
socket-fd-factory.cc
Go to the documentation of this file.
1 #include "socket-fd-factory.h"
2 
3 namespace ns3 {
4 
5 NS_OBJECT_ENSURE_REGISTERED (SocketFdFactory);
6 
7 TypeId
9 {
10  static TypeId tid = TypeId ("ns3::SocketFdFactory")
11  .SetParent<Object> ()
12  ;
13  return tid;
14 }
15 
17 {
18 }
19 
20 void
22 {
23 }
24 
25 } // namespace ns3