[Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?

This commit is contained in:
Peter D. Barnes, Jr.
2014-09-26 15:51:00 -07:00
parent 3611bd11a5
commit bfdb6ef10a
675 changed files with 1328 additions and 1354 deletions

View File

@@ -22,10 +22,10 @@
#include "log.h"
#include <sstream>
NS_LOG_COMPONENT_DEFINE ("Pointer");
namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("Pointer");
PointerValue::PointerValue ()
: m_value ()
{