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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
examples
/
Simple
/
time
/
Time.idl
blob
f58b2eaec3316c3c47a195137854860506a1e0cf
1
/* -*- C++ -*- */
2
interface
Time
3
{
4
// = TITLE
5
// Defines an interface that encapsulates operations that
6
// return the current time of day and shuts down the server.
7
8
long
current_time
();
9
// Returns the current time of day on another machine.
10
11
oneway
void
shutdown
();
12
// Shutdown the application.
13
};