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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2503_Regression
/
test_i.h
blob
5750eec636c4fc4b17c82c44a2a64945d6c930ab
1
#ifndef test_i_h
2
#define test_i_h
3
4
#include
"TestS.h"
5
6
class
test_i
7
:
public
POA_Test
8
{
9
public
:
10
test_i
(
CORBA
::
ORB_ptr
);
11
12
virtual
void
the_operation
(
CORBA
::
Long
&
x
);
13
14
virtual
void
shutdown
();
15
16
char
*
create_and_activate_server
();
17
private
:
18
CORBA
::
ORB_var orb_
;
19
};
20
21
#endif
// test_i_h