samples/main-debug-other.cc
author Tom Henderson <tomh@tomh.org>
Fri, 30 Mar 2007 15:39:02 -0700
changeset 421 56928998e05c
parent 275 0732d4283cc2
permissions -rw-r--r--
Final pre-release files

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