Re: Sequences being released?



Chris Roberts wrote:

> Heya,
>
> I have a sequence of object references which I'm trying to store 
> permanently in my code (it's actually a sequence of all of the devices 
> in my Network Management System). This is returned from various calls 
> which attempt to list the objects in this sequence. However, when I 
> return the sequence in my server, the sequence seems to be being 
> released, even though I have tried both:
>
> sequence->_release = FALSE;
> and
> CORBA_set_sequence_release(sequence, FALSE); 

AFAICS, this should do,  what release are you using?
Have you got a small code-snippet to reproduce the problem?

Best regards, Frank
 





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