repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
ACE
/
tests
/
DLL_Test_Parent.cpp
blob
26c533d5518c403972450c57932ff492f9d7e284
1
#include
"DLL_Test_Parent.h"
2
#include
"ace/Log_Msg.h"
3
4
Parent
::~
Parent
(
void
)
5
{
6
}
7
8
void
9
Parent
::
test
(
void
)
10
{
11
ACE_DEBUG
((
LM_DEBUG
,
ACE_TEXT
(
"parent called
\n
"
)));
12
}