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
/
DII_AMI_Forward
/
test.idl
blob
eeacd4899068fa55f7467dbec31ddea7a0054aa2
1
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: f; c-basic-offset: 2 -*- */
2
3
/*
4
*/
5
6
#include
"tao/PortableServer/ForwardRequest.pidl"
7
8
module
Forward
9
{
10
interface
Test
11
{
12
string
do_forward
(
in string
text
);
13
14
oneway
void
shutdown
();
15
};
16
};