Re: About DECLARE_LIST fdo#38832

2012-08-01 Thread Caolán McNamara
On Wed, 2012-05-02 at 12:24 +0100, Caolán McNamara wrote: > Seeing as its the last DECLARE_LIST left in core it looks like a great > candidate to convert it to vector/list and allow removal of DECLARE_LIST > into binfilter. This got done now. After a few cockups that mstahl and fridrich sorted ou

Re: About DECLARE_LIST fdo#38832

2012-05-15 Thread David Tardon
On Wed, May 02, 2012 at 04:43:59PM +0200, Julien Nabet wrote: > On 02/05/2012 13:24, Caolán McNamara wrote: > >Seeing as its the last DECLARE_LIST left in core it looks like a great > >candidate to convert it to vector/list and allow removal of DECLARE_LIST > >into binfilter. Watch out though, ther

Re: About DECLARE_LIST fdo#38832

2012-05-02 Thread Julien Nabet
On 02/05/2012 13:24, Caolán McNamara wrote: On Wed, 2012-05-02 at 04:08 -0700, julien2412 wrote: Hello, Searching for "DECLARE_LIST" in Opengrok in core part gives, except the declaration in list.hxx, this : in svl/inc/svl/svdde.hxx 57 #ifndef _SVDDE_NOLISTS 58 DECLARE_LIST( DdeServ

Re: About DECLARE_LIST fdo#38832

2012-05-02 Thread Caolán McNamara
On Wed, 2012-05-02 at 04:08 -0700, julien2412 wrote: > Hello, > > Searching for "DECLARE_LIST" in Opengrok in core part gives, except the > declaration in list.hxx, this : > in svl/inc/svl/svdde.hxx > 57 #ifndef _SVDDE_NOLISTS > 58 DECLARE_LIST( DdeServices, DdeService* ) > 59 #else

About DECLARE_LIST fdo#38832

2012-05-02 Thread julien2412
Hello, Searching for "DECLARE_LIST" in Opengrok in core part gives, except the declaration in list.hxx, this : in svl/inc/svl/svdde.hxx 57 #ifndef _SVDDE_NOLISTS 58 DECLARE_LIST( DdeServices, DdeService* ) 59 #else 60 typedef List DdeServices; 61 #endif I searched about _