samples/main-debug-other.cc
author Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 26 Oct 2007 22:10:52 +0200
changeset 2040 3436ba2b4bf4
parent 275 0732d4283cc2
permissions -rw-r--r--
remove extraneous empty line

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