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
/
examples
/
mfc
/
w32_test.idl
blob
56e33c88e7d7b3cafc401dff7a8cc1788512bc79
1
interface
W32_Test_Interface
2
{
3
// = TITLE
4
// Defines an interface that returns a response string.
5
6
string
getresponse
(
in long
respnr
);
7
};
8