From e9b078491b1a149858300b407e961d5fcaa8c8a7 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 12 Dec 1996 21:24:17 +0000 Subject: [PATCH] moved casStreamOS *pStrmOS decl down --- src/cas/generic/st/casStreamOS.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/cas/generic/st/casStreamOS.cc b/src/cas/generic/st/casStreamOS.cc index 9e60fb757..d7e325762 100644 --- a/src/cas/generic/st/casStreamOS.cc +++ b/src/cas/generic/st/casStreamOS.cc @@ -4,6 +4,9 @@ // // // $Log$ +// Revision 1.3 1996/12/12 19:02:36 jhill +// fixed send does not get armed after complete flush bug +// // Revision 1.2 1996/12/11 00:55:14 jhill // better message // @@ -548,6 +551,7 @@ void casStreamWriteReg::callBack() delete &this->os; } else { + casStreamOS *pStrmOS = &this->os; // // anything left in the send buffer that // still needs to be sent ? @@ -559,7 +563,6 @@ void casStreamWriteReg::callBack() // we flushed the out buffer // if (pStrmOS->outBuf::bytesPresent()>0u) { - casStreamOS *pStrmOS = &this->os; // // delete this object now so that the // arm will work