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_2289_Regression
/
MyInterfaceImpl.h
blob
1dec14ed0bc96332d4aff082756707e310216bfd
1
2
#include
"TestS.h"
3
4
class
MyInterfaceImpl
5
:
public virtual
POA_MyInterface
6
{
7
public
:
8
MyInterfaceImpl
(
CORBA
::
ORB_ptr orb
);
9
10
static const char
*
my_string
;
11
12
// = The skeleton methods
13
virtual CORBA
::
Boolean
myMethod
(
const char
*
stringParam
);
14
15
private
:
16
CORBA
::
ORB_var orb_
;
17
};