changeset 7383 | c5e131450339 |
parent 7149 | 87514e0d866b |
child 7386 | 2310ed220a61 |
7382:200fa0ae38c5 | 7383:c5e131450339 |
---|---|
19 */ |
19 */ |
20 #ifndef EVENT_ID_H |
20 #ifndef EVENT_ID_H |
21 #define EVENT_ID_H |
21 #define EVENT_ID_H |
22 |
22 |
23 #include <stdint.h> |
23 #include <stdint.h> |
24 #include "ns3/ptr.h" |
24 #include "ptr.h" |
25 #include "event-impl.h" |
25 #include "event-impl.h" |
26 |
26 |
27 namespace ns3 { |
27 namespace ns3 { |
28 |
28 |
29 class EventImpl; |
29 class EventImpl; |