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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
OBV
/
Simple
/
OBV.idl
blob
5436de284bd08be4fba98746c5fc4f5f399bbff7
1
valuetype Event
2
{
3
void
do_print
();
4
public long
value_
;
5
};
6
7
interface
Checkpoint
8
{
9
void
put_event
(
in
Event e
);
10
// This operation will shutdown the server.
11
oneway
void
shutdown
();
12
};
13
14