commit | 25f7d4dc0afb85417c5e60d1d279bbd670d5dcb2 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Thu Sep 29 18:41:06 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Fri Oct 28 13:40:12 2011 -0700 |
tree | b160a54ba5934604b11dde3b3aea506f77439a8f | |
parent | e4aae558ce5cb930643b26b959d2a269cc674159 [diff] [blame] |
Flooding forwarding strategy added
diff --git a/helper/ccnx-consumer-helper.cc b/helper/ccnx-consumer-helper.cc index 765f6b6..adb3c6e 100644 --- a/helper/ccnx-consumer-helper.cc +++ b/helper/ccnx-consumer-helper.cc
@@ -19,10 +19,8 @@ */ #include "ccnx-consumer-helper.h" -#include "ns3/inet-socket-address.h" -#include "ns3/packet-socket-address.h" -#include "ns3/string.h" -#include "ns3/names.h" + +NS_LOG_COMPONENT_DEFINE ("CcnxConsumerHelper"); namespace ns3 {