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
/
RTScheduling
/
Job.idl
blob
25566e1e8b7523791c5e3cb5e6e51191c0c27201
1
2
interface
Job
3
{
4
void
work
(
in unsigned long
work
,
5
in short
importance
);
6
7
void
shutdown
();
8
};