changeset 9079 | 1e5921e6507d |
parent 8801 | f6b7a1f1b278 |
child 9266 | d26408b17360 |
--- a/src/internet/test/ipv4-address-helper-test-suite.cc Thu Sep 20 10:13:28 2012 -0400 +++ b/src/internet/test/ipv4-address-helper-test-suite.cc Fri Sep 21 13:47:41 2012 +0200 @@ -21,7 +21,7 @@ #include "ns3/ipv4-address-helper.h" #include "ns3/simulator.h" -namespace ns3 { +using namespace ns3; class NetworkAllocatorHelperTestCase : public TestCase { @@ -267,6 +267,3 @@ AddTestCase (new IpAddressHelperTestCasev4 ()); } } g_ipv4AddressHelperTestSuite; - -} // namespace ns3 -