src/core/model/boolean.cc
changeset 10968 2d29fee2b7b8
parent 9193 9e679a504fc6
child 11136 03bf8fa63bda
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
    19  */
    19  */
    20 #include "boolean.h"
    20 #include "boolean.h"
    21 #include "fatal-error.h"
    21 #include "fatal-error.h"
    22 #include "log.h"
    22 #include "log.h"
    23 
    23 
       
    24 namespace ns3 {
       
    25 
    24 NS_LOG_COMPONENT_DEFINE ("Boolean");
    26 NS_LOG_COMPONENT_DEFINE ("Boolean");
    25 
       
    26 namespace ns3 {
       
    27 
    27 
    28 BooleanValue::BooleanValue ()
    28 BooleanValue::BooleanValue ()
    29   : m_value (false)
    29   : m_value (false)
    30 {
    30 {
    31   NS_LOG_FUNCTION (this);
    31   NS_LOG_FUNCTION (this);