Re: orbit-idl differences
- From: Darin Adler <darin bentspoon com>
- To: Maciej Stachowiak <mjs noisehavoc org>
- Cc: jacob berkman <jacob ximian com>, Michael Meeks <michael ximian com>, gnome-2-0 <gnome-2-0-list gnome org>
- Subject: Re: orbit-idl differences
- Date: Mon, 27 Aug 2001 16:33:26 -0700
On Monday, August 27, 2001, at 03:14 PM, Maciej Stachowiak wrote:
const Bonobo_Control_windowId is equivalent to CORBA_char const *
rather than const CORBA_char *, which is a highly unuseful type (it
means you can't change the pointer but you can change what it points
to).
Maciej actually means to say that "const Bonobo_Control_windowId" is
equivalent "CORBA_char * const" here.
"CORBA_char const *" and "const CORBA_char *" both mean the same thing.
-- Darin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]