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
/
Portable_Interceptors
/
AMI
/
Test.idl
blob
a4095f57957316990c383b095645ddf73eb49808
1
/**
2
* @file Test.idl
3
*
4
* @author Carlos O'Ryan <coryan@atdesk.com>
5
*/
6
7
module
Test
8
{
9
10
interface
Echo
11
{
12
string
echo_operation
(
in string
the_input
);
13
14
void
shutdown
();
15
};
16
17
};