- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/dae/ReaderWriterDAE.cpp
r12416 r13041 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 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 5 5 * applications, 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 … … 31 31 #endif 32 32 33 #define SERIALIZER() OpenThreads::ScopedLock<OpenThreads::ReentrantMutex> lock(_serializerMutex) 33 #define SERIALIZER() OpenThreads::ScopedLock<OpenThreads::ReentrantMutex> lock(_serializerMutex) 34 34 35 35 osgDB::ReaderWriter::ReadResult
