bug 550: NetDevice::GetChannel method need clarification

This commit is contained in:
Mathieu Lacage
2009-06-03 09:48:31 +02:00
parent 661691fdc3
commit 0560edaa40

View File

@@ -91,7 +91,9 @@ public:
/**
* \return the channel this NetDevice is connected to. The value
* returned can be zero if the NetDevice is not yet connected
* to any channel.
* to any channel or if the underlying NetDevice has no
* concept of a channel. i.e., callers _must_ check for zero
* and be ready to handle it.
*/
virtual Ptr<Channel> GetChannel (void) const = 0;