--- a/doc/manual/callbacks.texi Tue Sep 15 00:05:36 2009 -0700
+++ b/doc/manual/callbacks.texi Tue Sep 15 11:57:12 2009 -0700
@@ -267,6 +267,10 @@
};
@end verbatim
+@emph{N.B. The previous code is not real ns-3 code. It is simplistic example
+code used only to illustrate the concepts involved and to help you understand
+the system more. Do not expect to find this code anywhere in the ns-3 tree}
+
Notice that there are two variables defined in the class above. The m_p
variable is the object pointer and m_pmi is the variable containing the
address of the function to execute.