diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-04-26 18:57:58 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-04-26 18:57:58 +0000 |
commit | 2d0642c321cccc9bc36692d3cd31331f4ad70c5f (patch) | |
tree | 3f881f409091a9b14ad73311051a689672aaeba1 /ace/Svc_Handler.h | |
parent | d7b9bc14f95820a0009741777b785dce81253866 (diff) | |
download | ATCD-2d0642c321cccc9bc36692d3cd31331f4ad70c5f.tar.gz |
ChangeLogTag:Fri Apr 26 13:22:18 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r-- | ace/Svc_Handler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h index 6a2f576bcf7..cf3e84c3760 100644 --- a/ace/Svc_Handler.h +++ b/ace/Svc_Handler.h @@ -293,6 +293,11 @@ public: void dump (void) const; protected: + /// Implement the flush operation on the <ACE_Message_Queue>, which + /// writes all the queued <ACE_Message_Block>s to the <PEER_STREAM>. + /// Assumes that the caller holds the lock. + virtual int flush_i (void); + /// Maximum size the <Message_Queue> can be before we have to flush /// the buffer. size_t maximum_buffer_size_; |