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 #2218 from jwillemsen/jwi-pthreadsigmask
[ACE_TAO.git]
/
TAO
/
tests
/
Smart_Proxies
/
On_Demand
/
test.idl
blob
350c9ce76b9118da927f33fda037084f1410ff1f
1
interface
Test
2
{
3
// = TITLE
4
// Interface for testing this example.
5
//
6
// = DESCRIPTION
7
// This interface defines a simple object
8
// which has a method which can be 'smartified'
9
// to provide extra functionality.
10
11
exception Oops
12
{
13
string
reason
;
14
};
15
16
short
method
(
in short
boo
)
raises
(
Oops
);
17
18
oneway
void
shutdown
();
19
};