25 Apr
2004
25 Apr
'04
7:16 a.m.
On Sat, Apr 24, 2004 at 07:15:12PM -0400, MenTaLguY wrote:
So, anyway ... Nathan's already done some of the preliminary work on libnrtype. I think the next step switching from aggregation to C++ inheritance.
(which simply means that this:
struct NRSomething { NRSomethingBase base; ... };
becomes this:
struct NRSomething : public NRSomethingBase { ... };
...and no other changes should be necessary at that step)
Any volunteers? I'll start hitting this myself once I get through with the SPSelection cleanup.
Sure! What are some good ones?
--
Kees Cook @outflux.net