Added verbode debugging option to dataoutputstream and datainputstream to

help invstigation into crash under OSX when reading .ive files.
This commit is contained in:
Robert Osfield
2003-09-12 15:29:02 +00:00
parent 1d68048c0a
commit 688d52017c
4 changed files with 180 additions and 45 deletions

View File

@@ -63,6 +63,8 @@ public:
void setIncludeImageData(bool b) {_includeImageData=b;};
bool getIncludeImageData() {return _includeImageData;};
bool _verboseOutput;
private:
std::ostream* _ostream;