Re: a question about CORBA



Hi Emre,

On 23 Oct 2001, Emre Turkay wrote:
> I would like to learn, if it is a good way to make a file transfer
> using CORBA.  If it is how can I do, where can I find
> information/examples about it ? If this is the wrong mailing list,
> sorry.

        Consider using the Bonobo/Stream interface, which is designed for
just such a thing. Alternatively hack your own interface up to suit your
needs:

interface DataSink {
        exception FooBar { };

        typedef sequence<octet> Data;

        void writeData (in Data d)
                raises (FooBar);
};

        eg.

        Regards,

                Michael.

-- 
 mmeeks@gnu.org  <><, Pseudo Engineer, itinerant idiot




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