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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
examples
/
Buffered_Oneways
/
test_i.cpp
blob
e9a575b0587f92d5c982a20c046d8708aa3efa91
1
#include
"test_i.h"
2
3
4
test_i
::
test_i
(
CORBA
::
ORB_ptr orb
)
5
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
6
{
7
}
8
9
void
10
test_i
::
method
(
CORBA
::
ULong request_number
)
11
{
12
ACE_DEBUG
((
LM_DEBUG
,
13
"server: Iteration %d @ %T
\n
"
,
14
request_number
));
15
}
16
17
void
18
test_i
::
shutdown
()
19
{
20
this
->
orb_
->
shutdown
(
false
);
21
}