fix a small typo

This commit is contained in:
Mathieu Lacage
2007-09-05 12:39:11 +02:00
parent 6b8f9a0d07
commit eb81a302b0

View File

@@ -147,7 +147,8 @@
* // do whatever you want.
* }
* MyModel *model = ...;
* model->AddCallback (MakeCallback (&MySomethingSink));
* CallbackTraceSource<Packet> *source = model->PeekSomethingTraceSource ();
* source->AddCallback (MakeCallback (&MySomethingSink));
* \endcode
*
* The full power of the tracing system comes however from its ns3::NodeList::Connect