src/core/model/integer.cc
changeset 10968 2d29fee2b7b8
parent 9134 7a750f032acd
child 11136 03bf8fa63bda
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
    20 #include "integer.h"
    20 #include "integer.h"
    21 #include "fatal-error.h"
    21 #include "fatal-error.h"
    22 #include "log.h"
    22 #include "log.h"
    23 #include <sstream>
    23 #include <sstream>
    24 
    24 
       
    25 namespace ns3 {
       
    26 
    25 NS_LOG_COMPONENT_DEFINE ("Integer");
    27 NS_LOG_COMPONENT_DEFINE ("Integer");
    26 
       
    27 namespace ns3 {
       
    28 
    28 
    29 ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME (int64_t, Integer);
    29 ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME (int64_t, Integer);
    30 
    30 
    31 namespace internal {
    31 namespace internal {
    32 
    32