summaryrefslogtreecommitdiff
path: root/ace/Event_Handler.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-27 00:37:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-27 00:37:29 +0000
commit24eb32df278d9f3c58d61e83ff4c218fb57ada57 (patch)
tree3a26542b7324a5b231f0ed5660ca63ea454e49f1 /ace/Event_Handler.h
parentfd58fc73ae0e1a28018046c05c22512345a8b4c5 (diff)
downloadATCD-24eb32df278d9f3c58d61e83ff4c218fb57ada57.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r--ace/Event_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h
index c5cc51a7518..84a9bfe63b9 100644
--- a/ace/Event_Handler.h
+++ b/ace/Event_Handler.h
@@ -72,7 +72,7 @@ public:
virtual ~ACE_Event_Handler (void);
// Destructor is virtual to enable proper cleanup.
- virtual ACE_HANDLE get_handle (void) const;
+ virtual ACE_HANDLE get_handle (void) const;
// Get the I/O handle.
virtual void set_handle (ACE_HANDLE);
// Set the I/O handle.