samples/main-debug-other.cc
author Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 29 Aug 2007 16:42:55 +0200
changeset 1396 105d16b9bf04
parent 275 0732d4283cc2
permissions -rw-r--r--
add iterator to go through available list

/* -*- 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