[Gtkradiant] [Bug 264] add incref macros and documentation

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Tue, 09 Dec 2003 16:20:42 -0600


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=264

wjoseph@europe.ea.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From wjoseph@europe.ea.com  2003-12-09 16:20 -------
1.5 uses a refcounted_ptr template to automatically manage refcounts on 
refcounted objects. It's a standard SmartPtr pattern - see Loki c++ library.