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
/
orbsvcs
/
performance-tests
/
RTEvent
/
lib
/
Send_Task_Stopper.cpp
blob
997d86b90299e2c1fbb9e1e2b335e701fbd05ba2
1
/**
2
* @file Send_Task_Stopper.cpp
3
*
4
* @author Carlos O'Ryan <coryan@uci.edu>
5
*/
6
7
#include
"Send_Task_Stopper.h"
8
9
#if !defined(__ACE_INLINE__)
10
#include
"Send_Task_Stopper.inl"
11
#endif
/* __ACE_INLINE__ */
12
13
Send_Task_Stopper
::~
Send_Task_Stopper
()
14
{
15
if
(
this
->
task_
==
0
)
16
return
;
17
this
->
task_
->
stop
();
18
}