Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Exception.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Exception.h
r10762 r13041 10 10 #define in_THROW_EXCEPTION(str) { in->throwException(new Exception(str)); return; } 11 11 #define out_THROW_EXCEPTION(str) { out->throwException(new Exception(str)); return; } 12 12 13 13 class Exception : public osg::Referenced 14 14 {
