Re: [RFC] Patch that makes CORBA_wchar a wchar_t



On Fri, 2005-01-07 at 13:35 +0100, Jules Colding wrote:
> Hi,
> 
> The following patch will make a CORBA_wchar a wchar_t. I'll really like
> some comments on this one...

Continuing the conversation with myself...

The patch is broken. At the very least it needs to fix CDR_get_wchar().
A proposed fix is:

#define CDR_get_wchar(x, y)  CDR_get(x, (guchar *)y, sizeof(wchar_t))

My problem is that I really don't know that much about GIOP and should
probably just go away until I have RTFM'ed. Any other obvious places
that the patch needs to touch?


-- 
  jules





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]