diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-11 11:43:29 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-11 11:43:29 +0000 |
commit | 4a5cc9ec04e9e2d9f227b2df40c3f895ba757a46 (patch) | |
tree | 4ec62cdb561c03bd772a1cf6e3865c8305974039 /ace/TP_Reactor.cpp | |
parent | 06d73ff57db0fd6785d5add28302aa5a37b2685e (diff) | |
download | ATCD-4a5cc9ec04e9e2d9f227b2df40c3f895ba757a46.tar.gz |
ChangeLogTag: Thu Jan 11 05:38:24 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/TP_Reactor.cpp')
-rw-r--r-- | ace/TP_Reactor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/TP_Reactor.cpp b/ace/TP_Reactor.cpp index 2920adb8c97..6957e50a8e9 100644 --- a/ace/TP_Reactor.cpp +++ b/ace/TP_Reactor.cpp @@ -206,7 +206,7 @@ ACE_TP_Reactor::dispatch_i (ACE_Time_Value *max_wait_time, // yet have a size_ > 0. This is an attempt to remedy the affect, // without knowing why it happens. -# if !(defined (__SUNPRO_CC) && (__SUNPRO_CC > 0x500)) + //# if !(defined (__SUNPRO_CC) && (__SUNPRO_CC > 0x500)) // SunCC seems to be having problems with this piece of code // here. I am not sure why though. This works fine with other // compilers. As we dont seem to understand when this piece of @@ -216,7 +216,7 @@ ACE_TP_Reactor::dispatch_i (ACE_Time_Value *max_wait_time, this->ready_set_.rd_mask_.sync (this->ready_set_.rd_mask_.max_set ()); this->ready_set_.wr_mask_.sync (this->ready_set_.wr_mask_.max_set ()); this->ready_set_.ex_mask_.sync (this->ready_set_.ex_mask_.max_set ()); -# endif /* ! __SUNPRO_CC */ + //# endif /* ! __SUNPRO_CC */ } |