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]
/
TAO
/
tests
/
Connection_Purging
/
test_i.h
blob
e17a4ae34a13bac2d2e5f6cb09228753ea643fe2
1
2
#ifndef TEST_I_H
3
#define TEST_I_H
4
#include
/**/
"ace/pre.h"
5
6
#include
"testS.h"
7
8
class
test_i
9
:
public virtual
POA_test
10
{
11
public
:
12
// = The skeleton methods
13
virtual
void
send_stuff
(
const char
*
string
);
14
15
private
:
16
};
17
18
#include
/**/
"ace/post.h"
19
#endif
/* TEST_I_H */