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
/
Portable_Interceptors
/
Bug_2510_Regression
/
test.idl
blob
45e61e456ce2553b22ca29fa9b37dccffab7bec5
1
module
Test_Interceptors
2
{
3
exception Silly
4
{};
5
6
interface
Visual
7
{
8
// = TITLE
9
// A test idl for checking interceptor visually.
10
//
11
// = DESCRIPTION
12
//
13
14
void
normal
(
in long
arg
);
15
// Normal operation.
16
17
oneway
void
shutdown
();
18
// shutdown the ORB
19
};
20
};