equal
deleted
inserted
replaced
23 #include "log.h" |
23 #include "log.h" |
24 #include <utility> |
24 #include <utility> |
25 #include <string> |
25 #include <string> |
26 #include "assert.h" |
26 #include "assert.h" |
27 |
27 |
28 NS_LOG_COMPONENT_DEFINE ("ListScheduler"); |
|
29 |
|
30 namespace ns3 { |
28 namespace ns3 { |
31 |
29 |
|
30 NS_LOG_COMPONENT_DEFINE ("ListScheduler"); |
32 |
31 |
33 NS_OBJECT_ENSURE_REGISTERED (ListScheduler); |
32 NS_OBJECT_ENSURE_REGISTERED (ListScheduler); |
34 |
33 |
35 TypeId |
34 TypeId |
36 ListScheduler::GetTypeId (void) |
35 ListScheduler::GetTypeId (void) |