diff options
| author | Gordon Sim <gsim@apache.org> | 2009-07-14 09:07:14 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-07-14 09:07:14 +0000 |
| commit | 0c8c9338e0e3afc799df029dcbc55455bc5cf07c (patch) | |
| tree | ff501b2913549add83037f28e8f17eeeb6fd2df9 /cpp/src/qpid/sys/DispatchHandle.h | |
| parent | b06663a66a922d88d16ef7cb12202aaecfa43776 (diff) | |
| download | qpid-python-0c8c9338e0e3afc799df029dcbc55455bc5cf07c.tar.gz | |
Reapplied r793119
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/DispatchHandle.h')
| -rw-r--r-- | cpp/src/qpid/sys/DispatchHandle.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/sys/DispatchHandle.h b/cpp/src/qpid/sys/DispatchHandle.h index 916d4c641a..860665877c 100644 --- a/cpp/src/qpid/sys/DispatchHandle.h +++ b/cpp/src/qpid/sys/DispatchHandle.h @@ -38,14 +38,14 @@ class DispatchHandleRef; * you need to: * * - Subclass IOHandle, in the constructor supply an appropriate - * IOHandlerPrivate object for the platform. - * + * IOHandlerPrivate object for the platform. + * * - Construct a DispatchHandle passing it your IOHandle and * callback functions for read, write and disconnect events. * * - Ensure the DispatchHandle is not deleted until the poller is no longer using it. * TODO: astitcher document DispatchHandleRef to simplify this. - * + * * When an event occurs on the handle, the poller calls the relevant callback and * stops watching that handle. Your callback can call rewatch() or related functions * to re-enable polling. |
