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 #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
POA
/
On_Demand_Act_Direct_Coll
/
test.idl
blob
9b085e36eaa4fb5e65d469266723d75798e468d8
1
interface
test
2
{
3
/// Return a simple string
4
string
get_string
();
5
6
void
method
();
7
// A twoway operation.
8
9
};