diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-20 17:56:02 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-20 17:56:02 +0000 |
commit | 71db4dc29bf32c70898c384281ac08b083b67c03 (patch) | |
tree | 84c09b3da2b75e5b43727a94e73a6b0878583300 /ACE/ace/Svc_Handler.h | |
parent | 7f0cb30874c0b85fcd602c88ec1b3a2d0fd621fe (diff) | |
download | ATCD-71db4dc29bf32c70898c384281ac08b083b67c03.tar.gz |
ChangeLogTag: Tue May 20 17:55:39 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ACE/ace/Svc_Handler.h')
-rw-r--r-- | ACE/ace/Svc_Handler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/ace/Svc_Handler.h b/ACE/ace/Svc_Handler.h index c366a30b2f7..741e6102e95 100644 --- a/ACE/ace/Svc_Handler.h +++ b/ACE/ace/Svc_Handler.h @@ -31,6 +31,12 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL // Forward decls. class ACE_Connection_Recycling_Strategy; +// This enum is used as the flags parameter when calling the close() +// method on the ACE_Svc_Handler. +enum ACE_Svc_Handler_Close { NORMAL_CLOSE_OPERATION = 0x00, + CLOSE_DURING_NEW_CONNECTION = 0x01 + }; + /** * @class ACE_Svc_Handler * |