src/dsr/model/dsr-errorbuff.cc
changeset 10968 2d29fee2b7b8
parent 10774 1f47a73ab755
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
    34 #include <functional>
    34 #include <functional>
    35 #include "ns3/ipv4-route.h"
    35 #include "ns3/ipv4-route.h"
    36 #include "ns3/socket.h"
    36 #include "ns3/socket.h"
    37 #include "ns3/log.h"
    37 #include "ns3/log.h"
    38 
    38 
       
    39 namespace ns3 {
       
    40 
    39 NS_LOG_COMPONENT_DEFINE ("DsrErrorBuffer");
    41 NS_LOG_COMPONENT_DEFINE ("DsrErrorBuffer");
    40 
    42   
    41 namespace ns3 {
       
    42 namespace dsr {
    43 namespace dsr {
    43 
    44 
    44 uint32_t
    45 uint32_t
    45 ErrorBuffer::GetSize ()
    46 ErrorBuffer::GetSize ()
    46 {
    47 {