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_3276_Regression
/
test_i.h
blob
9632f4da0485baa9ee1bcd40aa0638fea352cb7d
1
#ifndef _TEST_I_H_
2
#define _TEST_I_H_
3
4
#include
"testS.h"
5
6
class
Simple_Server_i
:
public
POA_Simple_Server
7
{
8
public
:
9
Simple_Server_i
(
CORBA
::
ORB_ptr orb
);
10
// ctor
11
12
virtual
void
remote_call
();
13
14
virtual
void
shutdown
();
15
16
private
:
17
CORBA
::
ORB_var orb_
;
18
};
19
20
#endif
/* _TEST_I_H_ */