equal
deleted
inserted
replaced
4 #include "ns3/global-value.h" |
4 #include "ns3/global-value.h" |
5 #include "ns3/string.h" |
5 #include "ns3/string.h" |
6 #include "ns3/log.h" |
6 #include "ns3/log.h" |
7 #include "ns3/config.h" |
7 #include "ns3/config.h" |
8 |
8 |
|
9 namespace ns3 { |
|
10 |
9 NS_LOG_COMPONENT_DEFINE ("RawTextConfig"); |
11 NS_LOG_COMPONENT_DEFINE ("RawTextConfig"); |
10 |
|
11 namespace ns3 { |
|
12 |
12 |
13 RawTextConfigSave::RawTextConfigSave () |
13 RawTextConfigSave::RawTextConfigSave () |
14 : m_os (0) |
14 : m_os (0) |
15 { |
15 { |
16 } |
16 } |