equal
deleted
inserted
replaced
21 #include <cstring> |
21 #include <cstring> |
22 #include "ns3/log.h" |
22 #include "ns3/log.h" |
23 #include "ns3/assert.h" |
23 #include "ns3/assert.h" |
24 #include "vendor-specific-action.h" |
24 #include "vendor-specific-action.h" |
25 |
25 |
|
26 namespace ns3 { |
|
27 |
26 NS_LOG_COMPONENT_DEFINE ("VendorSpecificAction"); |
28 NS_LOG_COMPONENT_DEFINE ("VendorSpecificAction"); |
27 |
|
28 namespace ns3 { |
|
29 |
29 |
30 /*********** OrganizationIdentifier *******/ |
30 /*********** OrganizationIdentifier *******/ |
31 |
31 |
32 ATTRIBUTE_HELPER_CPP (OrganizationIdentifier); |
32 ATTRIBUTE_HELPER_CPP (OrganizationIdentifier); |
33 |
33 |