src/core/model/event-impl.cc
changeset 10968 2d29fee2b7b8
parent 9134 7a750f032acd
child 11095 be1aa0c5ac72
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
    19  */
    19  */
    20 
    20 
    21 #include "event-impl.h"
    21 #include "event-impl.h"
    22 #include "log.h"
    22 #include "log.h"
    23 
    23 
       
    24 namespace ns3 {
       
    25 
    24 NS_LOG_COMPONENT_DEFINE ("EventImpl");
    26 NS_LOG_COMPONENT_DEFINE ("EventImpl");
    25 
       
    26 namespace ns3 {
       
    27 
    27 
    28 EventImpl::~EventImpl ()
    28 EventImpl::~EventImpl ()
    29 {
    29 {
    30   NS_LOG_FUNCTION (this);
    30   NS_LOG_FUNCTION (this);
    31 }
    31 }