summaryrefslogtreecommitdiff
path: root/tests/DLL_Test_Parent.cpp
blob: 5d2cb74185534d1083b645a67a5ec908a2bc3c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#include "DLL_Test_Parent.h"
#include "ace/Log_Msg.h"

Parent::~Parent (void)
{
}

void
Parent::test (void)
{
  ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("parent called\n")));
}