sequences
Dominic Chorafakis XE41 ext. 9049
chorafad@access.bel.alcatel.be
Wed, 05 Nov 1997 11:20:45 +0100
Hi everybody,
I am trying to figure out how to use sequences, and I just can't get
the code to work. The interface looks like this:
typedef sequence<char, 2000> Log;
interface Reader
{
int ReadLog(out Log contents);
};
This part is easy but I can't figure out the implementation, I keep
getting segmentation faults. Does anyone have a test they wrote, or
something similar where I can see what I am doing wrong in the
implementation ?
Thanks in advance,
Dom Chorafakis