diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-08 03:54:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-08 03:54:17 +0000 |
commit | b38f08988b49429e3fcfc1ef648c8e96292dffed (patch) | |
tree | 8519dff27870a264c4a05ce625efd915e1d2ec0b /ace/ReactorEx.h | |
parent | fe2521ea2374956a7bda4b1c4e62ef26cbeb7579 (diff) | |
download | ATCD-b38f08988b49429e3fcfc1ef648c8e96292dffed.tar.gz |
foo
Diffstat (limited to 'ace/ReactorEx.h')
-rw-r--r-- | ace/ReactorEx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ReactorEx.h b/ace/ReactorEx.h index 300cc643e62..0dad1b2f205 100644 --- a/ace/ReactorEx.h +++ b/ace/ReactorEx.h @@ -61,7 +61,7 @@ public: // = Search structure operations. - ACE_Event_Handler *find (size_t index); + ACE_Event_Handler *find (size_t index) const; // Return the <ACE_Event_Handler *> associated with <index>. Return // 0 if <index> is invalid. |