doc/manual/callbacks.texi
changeset 5197 0401d439763e
parent 5186 9efc68de612a
child 5426 7b36d173c490
--- 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.