debutant
2008-08-05 19:25:59 UTC
Hello,
Is it possible to use a sequence as an idl operation parameter or return
type as follows ?
typedef sequence<short> seq_type;
interface Foo
{
seq_type foo(in seq_type seq_in, out seq_type seq_out);
};
I could not write an implementation that works.
thanks!
Michel
ps: for those who read my previous post, the book will be delivered to me
tomorrow !
Is it possible to use a sequence as an idl operation parameter or return
type as follows ?
typedef sequence<short> seq_type;
interface Foo
{
seq_type foo(in seq_type seq_in, out seq_type seq_out);
};
I could not write an implementation that works.
thanks!
Michel
ps: for those who read my previous post, the book will be delivered to me
tomorrow !
--
View this message in context: http://www.nabble.com/basic-question-about-sequences-tp18831089p18831089.html
Sent from the OmniORB - User mailing list archive at Nabble.com.
View this message in context: http://www.nabble.com/basic-question-about-sequences-tp18831089p18831089.html
Sent from the OmniORB - User mailing list archive at Nabble.com.