5 Nov
2006
5 Nov
'06
5:54 a.m.
"Andrew Talbot" <Andrew.Talbot(a)talbotville.com> wrote:
-typedef void *MSIITERHANDLE; +typedef void *MSIITERHANDLE; +typedef const void *MSICITERHANDLE;
Personally I don't like MSICITERHANDLE typedef at all. It' not obvious that 'C' in the name marks constness of the object. Using 'const' explicitly such as 'const MSIITERHANDLE *handle' is much more clear and readable IMO. -- Dmitry.