Re: [RFC] Patch that makes CORBA_wchar a wchar_t
- From: Jules Colding <colding omesc com>
- To: ORBit2 <orbit-list gnome org>
- Subject: Re: [RFC] Patch that makes CORBA_wchar a wchar_t
- Date: Fri, 07 Jan 2005 14:19:34 +0100
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]