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
/
FL_Cube
/
test.idl
blob
6dd5877dc8333007cbabd4a50c62626debab7aa0
1
2
interface
Simple_Server
{
3
4
oneway
void
set_x_angle
(
in long
x
);
5
oneway
void
set_y_angle
(
in long
y
);
6
// Set the X and Y angles in the view port..
7
8
void
shutdown
();
9
// Shutdown the ORB
10
};