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
/
Bug_2503_Regression
/
test_i.h
blob
d4d4131ed763cae24cf678f31a57509a14e308bc
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
(
void
);
15
16
char
*
create_and_activate_server
(
void
);
17
private
:
18
CORBA
::
ORB_var orb_
;
19
};
20
21
#endif
// test_i_h