Files
unison/samples/main-debug-other.cc
2007-02-07 08:49:54 +01:00

14 lines
237 B
C++

/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
#include "ns3/debug.h"
NS3_DEBUG_COMPONENT_DEFINE ("MyComponentB");
namespace foo {
void OneFunction (void)
{
NS3_DEBUG ("OneFunction debug");
}
}; // namespace foo