Re: orbit-idl differences



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]