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

@@ -70,6 +70,7 @@ public:
typedef std::map<int,osg::ref_ptr<osg::Drawable> > DrawableMap;
typedef std::map<int,osg::ref_ptr<osg::Node> > NodeMap;
bool _verboseOutput;
private:
std::istream* _istream;