From fab6a14cb517af10e5562be7652b216a9763968a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 28 May 2010 16:28:58 +0000 Subject: [PATCH] Converted osg::notify to OSG_INFO etc. --- src/osgPlugins/p3d/ReaderWriterP3D.cpp | 98 ++++++++++++------------ src/osgPlugins/p3d/ReaderWriterPaths.cpp | 10 +-- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/src/osgPlugins/p3d/ReaderWriterP3D.cpp b/src/osgPlugins/p3d/ReaderWriterP3D.cpp index 88feb9895..7d2680f12 100644 --- a/src/osgPlugins/p3d/ReaderWriterP3D.cpp +++ b/src/osgPlugins/p3d/ReaderWriterP3D.cpp @@ -1,4 +1,4 @@ -/* -*-c++-*- Present3D - Copyright (C) 1999-2006 Robert Osfield + /* -*-c++-*- Present3D - Copyright (C) 1999-2006 Robert Osfield * * This software is open source and may be redistributed and/or modified under * the terms of the GNU General Public License (GPL) version 2.0. @@ -478,9 +478,9 @@ bool ReaderWriterP3DXML::getProperties(osgDB::XmlNode*cur, osgPresentation::Slid if (str=="model") value.frame = osgPresentation::SlideShowConstructor::MODEL; else if (str=="slide") value.frame = osgPresentation::SlideShowConstructor::SLIDE; - else osg::notify(_notifyLevel)<<"Parser error - coordinate_frame=\""< local_opt = options ? static_cast(options->clone(osg::CopyOp::SHALLOW_COPY)) : new Options; @@ -99,7 +99,7 @@ osgDB::ReaderWriter::ReadResult ReaderWriterPaths::readObject(const std::string& osgDB::ReaderWriter::ReadResult ReaderWriterPaths::readObject(std::istream& fin, const osgDB::Options* options) const { - osg::notify(osg::INFO)<<"ReaderWriterPaths::readObject(std::istream& fin"<