orbit-idl differences
- From: jacob berkman <jacob ximian com>
- To: Michael Meeks <michael ximian com>
- Cc: gnome-2-0 <gnome-2-0-list gnome org>
- Subject: orbit-idl differences
- Date: 27 Aug 2001 18:04:51 -0400
in gnome 1, Bonobo.h has:
void (*setWindowId) (PortableServer_Servant _servant,
const Bonobo_Control_windowId id,
CORBA_Environment * ev);
- and -
typedef CORBA_char *Bonobo_Control_windowId;
whilst gnome 2's Bonobo.h contains:
void (*setWindowId) (PortableServer_Servant _servant,
const CORBA_char * id, CORBA_Environment * ev);
- and -
typedef CORBA_string Bonobo_Control_windowId;
this is tripping up a gcc warning when assigning setWindowId, as a const
Bonobo_Control_windowId is not the same as a const CORBA_char * (right?)
so, which is the right way?
(let me know if this is unclear)
jacob
--
"OOH!!! Look at me!! I'm Jacob Berkman! I have a witty .signature
that nobody fully appreciates but myself!!" -- Anonymous
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]