summaryrefslogtreecommitdiff
path: root/ACE/tests/DLL_Test_Parent.cpp
blob: 26c533d5518c403972450c57932ff492f9d7e284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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")));
}