dba33g: assertion when closing stream, only close either the input stream or output stream

This commit is contained in:
Ocke Janssen [oj]
2010-07-08 12:46:25 +02:00
parent bf97aef60b
commit 8300ef8db5

View File

@@ -68,8 +68,8 @@ namespace connectivity
m_xInputStream->closeInput(); m_xInputStream->closeInput();
m_xInputStream.clear(); m_xInputStream.clear();
} }
/* this is done implicity by the closing of the input stream // this is done implicity by the closing of the input stream
if ( m_xOutputStream.is() ) else if ( m_xOutputStream.is() )
{ {
m_xOutputStream->closeOutput(); m_xOutputStream->closeOutput();
try try
@@ -86,7 +86,6 @@ namespace connectivity
} }
m_xOutputStream.clear(); m_xOutputStream.clear();
} }
*/
} }
catch(Exception& ex) catch(Exception& ex)
{ {