changeset 447 | 180117abfb04 |
parent 444 | 1647ca57f19d |
child 448 | a0f005b96cfc |
--- a/src/node/internet-node.cc Mon Apr 30 10:07:53 2007 +0200 +++ b/src/node/internet-node.cc Mon Apr 30 10:16:04 2007 +0200 @@ -153,5 +153,11 @@ return static_cast<Arp*> (m_l3Demux->Lookup (Arp::PROT_NUMBER)); } +void +InternetNode::DoAddDevice (NetDevice *device) const +{ + //XXX +} + }//namespace ns3