src/lte/model/lte-spectrum-phy.cc
changeset 7553 2b93d333dea6
parent 7385 10beb0e53130
child 7581 6ac3fa410583
child 8253 6faee3d1d1d0
--- a/src/lte/model/lte-spectrum-phy.cc	Fri Sep 30 14:25:23 2011 -0700
+++ b/src/lte/model/lte-spectrum-phy.cc	Tue Oct 04 18:40:50 2011 +0200
@@ -104,7 +104,7 @@
 
 
 
-Ptr<Object>
+Ptr<NetDevice>
 LteSpectrumPhy::GetDevice ()
 {
   NS_LOG_FUNCTION (this);
@@ -112,7 +112,7 @@
 }
 
 
-Ptr<Object>
+Ptr<MobilityModel>
 LteSpectrumPhy::GetMobility ()
 {
   NS_LOG_FUNCTION (this);
@@ -121,7 +121,7 @@
 
 
 void
-LteSpectrumPhy::SetDevice (Ptr<Object> d)
+LteSpectrumPhy::SetDevice (Ptr<NetDevice> d)
 {
   NS_LOG_FUNCTION (this << d);
   m_device = d;
@@ -129,7 +129,7 @@
 
 
 void
-LteSpectrumPhy::SetMobility (Ptr<Object> m)
+LteSpectrumPhy::SetMobility (Ptr<MobilityModel> m)
 {
   NS_LOG_FUNCTION (this << m);
   m_mobility = m;