src/config-store/model/raw-text-config.cc
changeset 10968 2d29fee2b7b8
parent 9030 800dfb523bfc
child 11430 f7ad31ac51d3
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
     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 }