summaryrefslogtreecommitdiff
path: root/ACE/ace/Select_Reactor_T.inl
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-08-08 22:18:09 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-08-08 22:18:09 +0000
commit9e2e5f30a6814f0ae79723141837ce4c006d0a8a (patch)
tree55072664b9e6000b90d580998e63c74a2bd99a2b /ACE/ace/Select_Reactor_T.inl
parent94bbde6132926d65bedb83b6788d30a33e90a8ec (diff)
downloadATCD-9e2e5f30a6814f0ae79723141837ce4c006d0a8a.tar.gz
ChangeLogTag: Wed Aug 8 22:13:55 UTC 2012 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'ACE/ace/Select_Reactor_T.inl')
-rw-r--r--ACE/ace/Select_Reactor_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Select_Reactor_T.inl b/ACE/ace/Select_Reactor_T.inl
index 1e5a96fe31a..21112d0aeb9 100644
--- a/ACE/ace/Select_Reactor_T.inl
+++ b/ACE/ace/Select_Reactor_T.inl
@@ -221,7 +221,7 @@ ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::deactivate (int do_stop)
ACE_MT (ACE_GUARD (ACE_SELECT_REACTOR_TOKEN,
ace_mon,
this->token_));
- this->deactivated_ = do_stop;
+ this->deactivated_ = static_cast<sig_atomic_t> (do_stop);
}
this->wakeup_all_threads ();