| author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
| Wed Jun 04 11:01:01 2008 -0700 (21 months ago) | |
| changeset 3220 | 8c4fcd2a187d |
| parent 3219 | 49dcb3f0bd34 |
| child 3221 | bd02183f788b |
| src/node/node.h | file | annotate | diff | revisions |
1.1 --- a/src/node/node.h Wed Jun 04 10:59:30 2008 -0700 1.2 +++ b/src/node/node.h Wed Jun 04 11:01:01 2008 -0700 1.3 @@ -170,9 +170,6 @@ 1.4 * \param device the device added to this Node. 1.5 * 1.6 * This method is invoked whenever a user calls Node::AddDevice. 1.7 - * Subclasses are expected to call NetDevice::SetReceiveCallback 1.8 - * at this point to setup the node's receive function for 1.9 - * the NetDevice packets. 1.10 */ 1.11 virtual void NotifyDeviceAdded (Ptr<NetDevice> device); 1.12