summaryrefslogtreecommitdiff
path: root/ace/IOStream_T.i
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-02 12:09:50 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-02 12:09:50 +0000
commitff02db646a76be42eccdd07838165fae2ddcce76 (patch)
treee0aee51171c30e973c2946eb9e82e3b9888218a2 /ace/IOStream_T.i
parent430cf4815d67922147f62bfe4d891103ccb73873 (diff)
downloadATCD-ff02db646a76be42eccdd07838165fae2ddcce76.tar.gz
ooops, fixed typo
Diffstat (limited to 'ace/IOStream_T.i')
-rw-r--r--ace/IOStream_T.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IOStream_T.i b/ace/IOStream_T.i
index f502743868c..d5e269047d9 100644
--- a/ace/IOStream_T.i
+++ b/ace/IOStream_T.i
@@ -70,7 +70,7 @@ ACE_IOStream<STREAM>::eof (void) const
// If recv_n() didn't fail or failed because of timeout we're not at
// EOF.
- return rval == 0 || (rval == -1 && ! this->streambuf_->timeout ()(;
+ return rval == 0 || (rval == -1 && ! this->streambuf_->timeout ());
}
template <class STREAM> ACE_INLINE