Re: [Flightgear-devel] CVS: source/src/Scripting NasalSys.cxx, 1.124, 1.125

2009-07-11 Thread Melchior FRANZ
* Mathias Froehlich -- Sunday 07 June 2009: > Modified Files: > NasalSys.cxx > Log Message: > No need to zero the _props variable. > This reference is released by the SGSharedPtr destructor anyway. > > Modified Files: > src/Scripting/NasalSys.cxx > -_props = 0; Yes, but it's r

Re: [Flightgear-devel] property system extensions redux

2009-07-11 Thread Tim Moore
Mathias Fröhlich wrote: > Hi Tim, > > On Sunday 05 July 2009 22:51:32 Tim Moore wrote: >> We can now rely on std::tr1:shared_ptr and its cousins, through Boost if >> need be, so perhaps we could come up with some nice templates to paper over >> the differences between OSG pointers an our own. > Vo