Re: request change at GDA_Report.idl



Excuse me, It's all correct, is my fault, it's better if we don't change
it.


> Hello, i want suggest a change at GDA_Report.idl file
> 
> This:
> <original>
> 
> /*
>        * Report I/O operations
>        */
>       typedef sequence<octet> ReportStreamChunk;
>       interface ReportStream {
>               ReportStreamChunk readChunk (in long start, in long size);
>               long writeChunk (in ReportStreamChunk data, in long size);
>               long getLength ();
>       };
> </original>
> 
> for this:
> 
> <new>
> /*
>        * Report I/O operations
>        */
>       typedef sequence<octet> Chunk;
>       interface ReportStream {
>               Chunk readChunk (in long start, in long size);
>               long writeChunk (in Chunk data, in long size);
>               long getLength ();
>       };
> </new>
> 
> If we don't change this we have at the implementation code a variable
> like: GDA_ReportStream_ReportStreamChunk and IMO, this kind of variables
> aren't good.
> 
> -- 
> Carlos Perelló Marín
> carlos hispalinux es
> http://TorresQuevedo.hispalinux.es
> http://nulies.hispalinux.es
> http://www.Hispalinux.es
> Valencia - España
> 
> 
> Y tu, ya has Evolucionado?, pásate a Evolution :-)
> 
> 
> _______________________________________________
> gnome-db-list mailing list
> gnome-db-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-db-list



-- 
Carlos Perelló Marín
carlos hispalinux es
http://TorresQuevedo.hispalinux.es
http://nulies.hispalinux.es
http://www.Hispalinux.es
Valencia - España


Y tu, ya has Evolucionado?, pásate a Evolution :-)





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