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 #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_2709_Regression
/
TestImpl.h
blob
7e19e202d189055efed525df539e2fc2bfa62da7
1
#include
"tao/ORB.h"
2
#include
"TestS.h"
3
4
class
TestImpl
5
:
public virtual
POA_Test
6
{
7
public
:
8
TestImpl
(
CORBA
::
ORB_ptr orb
);
9
10
// = The skeleton methods
11
virtual
void
myMethod
();
12
13
virtual
void
shutdown
();
14
15
private
:
16
CORBA
::
ORB_var orb_
;
17
};