src/lte/test/lte-test-phy-error-model.h
changeset 8822 49d3a0979d43
parent 8531 d01bbb476ecb
child 9047 284d30c8dd42
--- a/src/lte/test/lte-test-phy-error-model.h	Sun May 27 21:44:50 2012 -0700
+++ b/src/lte/test/lte-test-phy-error-model.h	Tue May 29 13:56:26 2012 +0200
@@ -25,7 +25,7 @@
 #include "ns3/test.h"
 
 
-using namespace ns3;
+namespace ns3 {
 
 
 /**
@@ -63,4 +63,7 @@
 
 
 
+} // namespace ns3
+
+
 #endif /* LENA_TEST_PHY_ERROR_MODEL_H */