examples/ipv6/test-ipv6.cc
changeset 10968 2d29fee2b7b8
parent 7252 c8200621e252
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
    22 #include "ns3/log.h"
    22 #include "ns3/log.h"
    23 #include "ns3/ipv6-address.h"
    23 #include "ns3/ipv6-address.h"
    24 #include "ns3/node.h"
    24 #include "ns3/node.h"
    25 #include "ns3/mac48-address.h"
    25 #include "ns3/mac48-address.h"
    26 
    26 
       
    27 using namespace ns3;
       
    28 
    27 NS_LOG_COMPONENT_DEFINE ("TestIpv6");
    29 NS_LOG_COMPONENT_DEFINE ("TestIpv6");
    28 
       
    29 using namespace ns3;
       
    30 
    30 
    31 int 
    31 int 
    32 main (int argc, char *argv[])
    32 main (int argc, char *argv[])
    33 {
    33 {
    34   LogComponentEnable ("TestIpv6", LOG_LEVEL_ALL);
    34   LogComponentEnable ("TestIpv6", LOG_LEVEL_ALL);