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 #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
Monitor
/
Marshal_Buffer
/
test_i.h
blob
f02d712dd0c82e79fb40fcef933ce41456b353c3
1
#ifndef TAO_TEST_I_H
2
#define TAO_TEST_I_H
3
4
#include
"testS.h"
5
6
class
test_impl
:
public virtual
POA_test
7
{
8
virtual
char
*
test_op
(
const char
*
in_arg
);
9
};
10
11
#endif
/* TAO_TEST_I_H */