ns-3 Direct Code Execution
Home
Tutorials ▼
Docs ▼
Wiki
Manual
Develop ▼
API
Bugs
API
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
8
SocketFdFactory::GetTypeId
(
void
)
9
{
10
static
TypeId tid = TypeId (
"ns3::SocketFdFactory"
)
11
.SetParent<Object> ()
12
;
13
return
tid;
14
}
15
16
SocketFdFactory::~SocketFdFactory
()
17
{
18
}
19
20
void
21
SocketFdFactory::UnlinkNotify
(std::string path)
22
{
23
}
24
25
}
// namespace ns3
model
socket-fd-factory.cc
Generated on Fri Aug 30 2013 13:57:56 for ns-3-dce by
1.8.1.2