svn commit: samba r3287 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Sat Oct 30 23:17:31 GMT 2004


Tim,

 > Maybe an array of wchar_t would be a bit better here?  Not much though.

I've fixed it using a "string32" type.

I'm guessing that there will only be a couple of fixed length widths
for strings in the IDL we deal with, so doing a special case like this
will be OK. If that turns out not to be the case then we can do a more
general solution. 

For example, it would be pretty easy to support:

  [size_is(64)] string formname;

Cheers, Tridge


More information about the samba-technical mailing list