diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-03-15 08:42:17 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-03-15 08:42:17 +0000 |
commit | b5ccc6f374dccb33b8d4d49a64a78b18ec2f7515 (patch) | |
tree | 9fcc524e5e77bc9839b57c66537075c4bd1e18ad /ace/Handle_Set.inl | |
parent | 3d9b59a6bea74ad13d7631a86a163498335a807e (diff) | |
download | ATCD-b5ccc6f374dccb33b8d4d49a64a78b18ec2f7515.tar.gz |
ChangeLogTag: Tue Mar 14 09:51:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Handle_Set.inl')
-rw-r--r-- | ace/Handle_Set.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Handle_Set.inl b/ace/Handle_Set.inl index f1acab14a9c..b6f77cfac93 100644 --- a/ace/Handle_Set.inl +++ b/ace/Handle_Set.inl @@ -134,7 +134,7 @@ ACE_Handle_Set::clr_bit (ACE_HANDLE handle) { FD_CLR ((ACE_SOCKET) handle, &this->mask_); - this->size_--; + --this->size_; #if !defined (ACE_WIN32) if (handle == this->max_handle_) |