From 08bcb4249d99c10585953df4379976b5340dc7c3 Mon Sep 17 00:00:00 2001 From: Raj Bhattacharjea Date: Wed, 22 Aug 2007 12:02:42 -0400 Subject: [PATCH] clarified a comment --- examples/simple-point-to-point.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/simple-point-to-point.cc b/examples/simple-point-to-point.cc index 9b185143b..4e7657cdb 100644 --- a/examples/simple-point-to-point.cc +++ b/examples/simple-point-to-point.cc @@ -72,6 +72,7 @@ int main (int argc, char *argv[]) // Users may find it convenient to turn on explicit debugging // for selected modules; the below lines suggest how to do this + // remember to add #include "ns3/debug.h" before enabling these #if 0 DebugComponentEnable("Object"); DebugComponentEnable("Queue");