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
/
tests
/
Bug_3953_Regression
/
client_i.h
blob
a257039dab6f4934b1d0a6f91ec56d23be4ca936
1
#include
"testS.h"
2
3
class
client_i
:
public
POA_client
4
{
5
public
:
6
client_i
(
int
quiet
,
7
server_ptr s
);
8
// Constructor.
9
10
void
ping
(
CORBA
::
UShort time_to_live
);
11
12
private
:
13
int
quiet_
;
14
// Be quiet.
15
16
server_var server_
;
17
// Pointer to server.
18
};