OpenSceneGraph/include
Robert Osfield ff571d2690 Added a check to the destructor of Referenced so that it detects referenced
objects that are deleted whilest still having a positive _refCount, such
as when a object has been deleted on the stack, yet other references still
exist for it.  Have put the desctructor implementation in Object.cpp to
avoid adding yet another file with only a couple of lines of code in.
2002-02-07 01:11:20 +00:00
..
osg Added a check to the destructor of Referenced so that it detects referenced 2002-02-07 01:11:20 +00:00
osgDB Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
osgGLUT Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
osgText Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00
osgUtil Have taken a few more steps towards support for view dependant transformations 2002-02-05 21:54:46 +00:00
osgWX Removed the trailing ; after namespace {...} declariations in headers 2002-02-03 12:33:41 +00:00