samples/main-debug-other.cc
author Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 13 Feb 2007 18:20:24 +0100
changeset 275 0732d4283cc2
parent 268 a43b635230e8
permissions -rw-r--r--
regex: s/NS3_/NS_/

/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
#include "ns3/debug.h"

NS_DEBUG_COMPONENT_DEFINE ("MyComponentB");

namespace foo {

void OneFunction (void)
{
  NS_DEBUG ("OneFunction debug");
}

}; // namespace foo