diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-17 15:24:48 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-17 15:24:48 +0000 |
commit | c5f4d39a6b132da9e01f9a6acfc225e52aedb68e (patch) | |
tree | b3a9e093f36f4199be6efb68d7fd232997f0deb6 /apps | |
parent | ede7ad314d99b4f4d9d21e1297a3f25aaf57aee2 (diff) | |
download | ATCD-c5f4d39a6b132da9e01f9a6acfc225e52aedb68e.tar.gz |
ChangeLogTag: Wed Aug 17 14:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS2/JAWS/Waiter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS2/JAWS/Waiter.cpp b/apps/JAWS2/JAWS/Waiter.cpp index 8b47274ac8f..e636ebb61ab 100644 --- a/apps/JAWS2/JAWS/Waiter.cpp +++ b/apps/JAWS2/JAWS/Waiter.cpp @@ -45,7 +45,7 @@ JAWS_Waiter::wait_for_completion (int i) JAWS_IO_Handler *ioh; JAWS_IO_Handler **iohptr; - iohptr = (i >= 0) ? this->find (i) : this->find (this->index ()); + iohptr = (i >= 0) ? this->find_by_index (i) : this->find_by_index (this->index ()); while (*iohptr == 0) if (ACE_Proactor::instance ()->handle_events () == -1) |