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
/
orbsvcs
/
performance-tests
/
RTEvent
/
lib
/
Send_Task_Stopper.inl
blob
bdb47042e623cf1ba5e3133ca18e0a1223bc59ff
1
/**
2
* @file Send_Task_Stopper.inl
3
*
4
* @author Carlos O'Ryan <coryan@uci.edu>
5
*/
6
7
ACE_INLINE
8
Send_Task_Stopper::Send_Task_Stopper (int priority,
9
int scheduling_class,
10
Send_Task *task)
11
: Task_Activator<Send_Task> (priority, scheduling_class, 1,
12
task)
13
{
14
}