equal
deleted
inserted
replaced
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 |