changeset 9079 | 1e5921e6507d |
parent 7252 | c8200621e252 |
child 9266 | d26408b17360 |
--- a/src/core/test/callback-test-suite.cc Thu Sep 20 10:13:28 2012 -0400 +++ b/src/core/test/callback-test-suite.cc Fri Sep 21 13:47:41 2012 +0200 @@ -20,7 +20,7 @@ #include "ns3/callback.h" #include <stdint.h> -namespace ns3 { +using namespace ns3; // =========================================================================== // Test the basic Callback mechanism @@ -576,5 +576,3 @@ } static CallbackTestSuite CallbackTestSuite; - -} // namespace