changeset 2449 | 30127bc12056 |
parent 2440 | baffd08c6898 |
2448:ba80c489f8cf | 2449:30127bc12056 |
---|---|
1 #ifndef ENUM_VALUE_H |
1 #ifndef ENUM_VALUE_H |
2 #define ENUM_VALUE_H |
2 #define ENUM_VALUE_H |
3 |
3 |
4 #include "attribute.h" |
4 #include "attribute.h" |
5 #include "param-spec-helper.h" |
5 #include "attribute-accessor-helper.h" |
6 #include <list> |
6 #include <list> |
7 |
7 |
8 namespace ns3 { |
8 namespace ns3 { |
9 |
9 |
10 class Enum : public AttributeValue |
10 class Enum : public AttributeValue |