Changeset 13041 for OpenSceneGraph/trunk/src/osgDB/PluginQuery.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgDB/PluginQuery.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgDB/PluginQuery.cpp
r12292 r13041 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2008 Robert Osfield 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2008 Robert Osfield 2 2 * 3 * This application is open source and may be redistributed and/or modified 3 * This application is open source and may be redistributed and/or modified 4 4 * freely and without restriction, both in commercial and non commercial applications, 5 5 * as long as this copyright notice is maintained. 6 * 6 * 7 7 * This application is distributed in the hope that it will be useful, 8 8 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 45 45 } 46 46 } 47 47 48 48 return pluginFiles; 49 49 } … … 72 72 { 73 73 const ReaderWriter* rw = itr->get(); 74 74 75 75 if (previouslyLoadedReaderWriters.count(rw)==0) 76 76 { … … 126 126 { 127 127 out << *fl_itr << " "; 128 } 128 } 129 129 out << std::endl; 130 130 131 131 unsigned int longestOptionLength = 0; 132 132 osgDB::ReaderWriter::FormatDescriptionMap::iterator fdm_itr;
