diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-04-13 14:23:30 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-04-13 14:23:30 +0000 |
commit | e958a391fdf923ff44303d25afb0508732be9da6 (patch) | |
tree | cc1d807dfaf3fe5a66f32eb7dfcc6dd5f0755f45 /ace/Proactor_Impl.h | |
parent | f0dbb9ec2bdcbffaff1b7240964c96416a0442c7 (diff) | |
download | ATCD-e958a391fdf923ff44303d25afb0508732be9da6.tar.gz |
ChangeLogTag: Wed Apr 13 07:20:54 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ace/Proactor_Impl.h')
-rw-r--r-- | ace/Proactor_Impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Proactor_Impl.h b/ace/Proactor_Impl.h index e778075a096..262d3e66da3 100644 --- a/ace/Proactor_Impl.h +++ b/ace/Proactor_Impl.h @@ -42,7 +42,7 @@ class ACE_Export ACE_Proactor_Impl : public ACE_Event_Handler public: /// Virtual destruction. - virtual ~ACE_Proactor_Impl (void) {} + virtual ~ACE_Proactor_Impl (void); /// Close the IO completion port. virtual int close (void) = 0; |