[omniORB] sequence
Thomas Amsler
tpamsler@ucdavis.edu
Thu, 17 May 2001 01:03:58 -0700
Is it possible to have a sequence of class objects:
Like in the following example
eg.
module RCT {
interface Item {
...
};
};
-----------------
module RCT {
interface ClassServer {
typedef sequence<Item> ClassSeq;
ClassSeq getClassesForUser(in string user);
};
};
----------------
Thank you for all your help.
--
Thomas Amsler
tpamsler@ucdavis.edu
amsler@cs.ucdavis.edu
http://einstein.dyndns.org
"Imagination is more important than knowledge."
--Albert Einstein