Nasty Error In Doco



Hi,

In the document titled "GNOME & CORBA" , wrritten by 
Diego Sevilla Ruiz,
Mathieu Lacage,
Dirk-Jan C. Binnema,

There is a nasty error in the documentation in the section that
has the heading "IDL and its C mapping".

The sample code in this section includes the following code :

CORBA_sequence_long_long *seq_one;
my_seq_GetThing (obj, seq_one, &ev);
CORBA_free (seq_one); 


Surely this is an error, I think the '&' operator should be used on
seq_one in the call to my_seq_GetThing().

Regards,

Scott.










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