src/lte/test/lte-test-pathloss-model.h
changeset 8822 49d3a0979d43
parent 8250 89d57a3780eb
child 10081 f0879d02aafd
--- a/src/lte/test/lte-test-pathloss-model.h	Sun May 27 21:44:50 2012 -0700
+++ b/src/lte/test/lte-test-pathloss-model.h	Tue May 29 13:56:26 2012 +0200
@@ -29,7 +29,7 @@
 #include <ns3/buildings-propagation-loss-model.h>
 
 
-using namespace ns3;
+namespace ns3 {
 
 
 /**
@@ -61,5 +61,8 @@
 };
 
 
+} // namespace ns3
+
+
 #endif /* LTE_TEST_PATHLOSS_MODEL_H */