sequence<long> works as 'in' argument



Hi,

this is a much lamer status report than my previous ones, since it's to
announce a _very limited_ support for sequences in orbit-cpp-cactus.

But, I'm excited enough about it to post it :)

so, the following IDL can now be compiled and used:

module Test
{
    typedef sequence<long> long_seq;

    interface IMaster
    {
	void seq_in (in long_seq seq_in);
    };
};

Lame, isn't it?


-- 
   .--= ULLA! =---------------------.   `We are not here to give users what
   \     http://cactus.rulez.org     \   they want'  -- RMS, at GUADEC 2001
    `---= cactus@cactus.rulez.org =---'
Az egészséges élet a lehetô leglassabb módja a halálnak.




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