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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Security
/
MT_SSLIOP
/
test.idl
blob
d457ba444ad0e6192cc9c9e539aa599b6a28ed2b
1
2
interface
Simple_Server
3
{
4
long
test_method
(
in long
x
);
5
6
oneway
void
shutdown
();
7
};
8
9
interface
Another_One
10
{
11
long
test_method
(
in long
x
);
12
};