changeset 10968 | 2d29fee2b7b8 |
parent 8749 | 4462ac63d4cf |
10967:597a9ec89e60 | 10968:2d29fee2b7b8 |
---|---|
23 #include "ns3/object-ptr-container.h" |
23 #include "ns3/object-ptr-container.h" |
24 #include "ns3/string.h" |
24 #include "ns3/string.h" |
25 #include <fstream> |
25 #include <fstream> |
26 |
26 |
27 |
27 |
28 namespace ns3 { |
|
29 |
|
28 NS_LOG_COMPONENT_DEFINE ("AttributeIterator"); |
30 NS_LOG_COMPONENT_DEFINE ("AttributeIterator"); |
29 |
|
30 namespace ns3 { |
|
31 |
|
32 |
31 |
33 AttributeIterator::AttributeIterator () |
32 AttributeIterator::AttributeIterator () |
34 { |
33 { |
35 } |
34 } |
36 |
35 |