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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_2316_Regression
/
Test_impl.h
blob
6823035d916a2ca624b6f37594fce8ef8b459d26
1
#ifndef TEST_IMPL_HPP
2
#define TEST_IMPL_HPP
3
4
#include
"TestS.h"
5
6
class
Server_impl
:
public virtual
POA_server
7
{
8
public
:
9
Server_impl
(
CORBA
::
ORB_ptr orb
);
10
virtual
void
method
(
CORBA
::
Object_ptr object
);
11
virtual
void
shutdown
();
12
13
private
:
14
CORBA
::
ORB_var orb_
;
15
};
16
17
#endif
/* TEST_IMPL_HPP */