A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simulator-impl.cc
Go to the documentation of this file.
1 #include "simulator-impl.h"
2 
3 namespace ns3 {
4 
5 TypeId
7 {
8  static TypeId tid = TypeId ("ns3::SimulatorImpl")
9  .SetParent<Object> ()
10  ;
11  return tid;
12 }
13 
14 } // namespace ns3