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
loader-factory.cc
Go to the documentation of this file.
1
#include "
loader-factory.h
"
2
3
namespace
ns3 {
4
5
Loader::~Loader
()
6
{
7
}
8
9
void
Loader::NotifyStartExecute
(
void
)
10
{
11
}
12
void
Loader::NotifyEndExecute
(
void
)
13
{
14
}
15
16
TypeId
17
LoaderFactory::GetTypeId
(
void
)
18
{
19
static
TypeId tid = TypeId (
"ns3::LoaderFactory"
)
20
.SetParent<Object> ();
21
return
tid;
22
}
23
LoaderFactory::~LoaderFactory
()
24
{
25
}
26
27
}
// namespace ns3
model
loader-factory.cc
Generated on Fri Aug 30 2013 13:57:56 for ns-3-dce by
1.8.1.2