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
/
Bug_3543_Regression
/
master.idl
blob
a1a413080fb73f27f55875dce2708249f8ee3d0e
1
#ifndef __MASTERCLIENT_IDL_DEFINED_
2
#define __MASTERCLIENT_IDL_DEFINED_
3
4
module
MasterClient
5
{
6
interface
Server
7
{
8
void
ping
();
9
oneway
void
shutdown
();
10
};
11
12
interface
Master
13
{
14
void
registerServer
(
in
Server c
);
15
};
16
17
};
18
19
#endif
// __MASTERCLIENT_IDL_DEFINE_D