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
/
CodeSets
/
simple
/
simple.idl
blob
248c9701375fbf2e3061a3ccb8fbfeec96d746d1
1
interface
simple
2
{
3
string
op1
(
in string
name
,
4
in
any inany
,
5
out
any outany
);
6
7
wstring op2
(
in
wstring s1
);
8
9
/// A method to shutdown the ORB
10
/**
11
* This method is used to simplify the test shutdown process
12
*/
13
oneway
void
shutdown
();
14
};