--- a/src/aodv/model/aodv-rtable.h Sun May 22 21:57:24 2011 -0700
+++ b/src/aodv/model/aodv-rtable.h Sun May 22 22:28:15 2011 -0700
@@ -110,7 +110,7 @@
Ipv4Address GetNextHop () const { return m_ipv4Route->GetGateway(); }
void SetOutputDevice (Ptr<NetDevice> dev) { m_ipv4Route->SetOutputDevice(dev); }
Ptr<NetDevice> GetOutputDevice () const { return m_ipv4Route->GetOutputDevice(); }
- Ipv4InterfaceAddress GetInterface () const { return m_iface;}
+ Ipv4InterfaceAddress GetInterface () const { return m_iface; }
void SetInterface (Ipv4InterfaceAddress iface) { m_iface = iface; }
void SetValidSeqNo (bool s) { m_validSeqNo = s; }
bool GetValidSeqNo () const { return m_validSeqNo; }