request change at GDA_Report.idl
- From: Carlos Perelló Marín <carlos hispalinux es>
- To: gnome-db-list gnome org
- Subject: request change at GDA_Report.idl
- Date: 05 Jan 2001 23:39:43 +0100
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 :-)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]