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
=default for generated implementation copy ctor
[ACE_TAO.git]
/
TAO
/
examples
/
ior_corbaloc
/
corbaloc.idl
blob
71a220ea3ae3460edb7ee4b077f9a8a0a2dfeda2
1
module
corbaloc
2
{
3
4
interface
Status
5
{
6
// = TITLE
7
// A simple interface to check the status of
8
// connection between the client and the server.
9
//
10
// = DESCRIPTION
11
// Prints out the status.
12
13
boolean
print_status
();
14
// Return <true == 0> if the server received the
15
// request from the client.
16
17
};
18
};
19