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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
Server_Connection_Purging
/
Test_i.h
blob
0d88882e59ee77f44add6e965417c72fa070523a
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
test_i
(
CORBA
::
ORB_ptr orb
);
13
14
// = The skeleton methods
15
virtual
void
send_stuff
(
const char
*
string
);
16
17
virtual
void
shutdown
();
18
19
private
:
20
CORBA
::
ORB_var orb_
;
21
};
22
23
#include
/**/
"ace/post.h"
24
#endif
/* TEST_I_H */