diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-07-27 00:37:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-07-27 00:37:29 +0000 |
commit | 24eb32df278d9f3c58d61e83ff4c218fb57ada57 (patch) | |
tree | 3a26542b7324a5b231f0ed5660ca63ea454e49f1 /ace/Event_Handler.h | |
parent | fd58fc73ae0e1a28018046c05c22512345a8b4c5 (diff) | |
download | ATCD-24eb32df278d9f3c58d61e83ff4c218fb57ada57.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r-- | ace/Event_Handler.h | 2 |
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. |