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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
No_Server_MT_Connect_Test
/
test.idl
blob
9f855fad7f927c5a61ba4db1026f58320da78b50
1
/*
2
*/
3
4
/// A simple interface to test the ORB
5
interface
Simple_Server
6
{
7
/// This method is a noop, and it is used just to exercise the
8
/// critical path
9
void
test_method
();
10
11
/// Shutdown the server
12
/**
13
* Provide a simple way to cleanup the test when it finishes
14
*/
15
oneway
void
shutdown
();
16
};