[omniORB] I'm beginner. I need help about sequence manipulation.

unixwrld unixwrld at yahoo.com.ar
Tue Nov 2 16:54:47 GMT 2004


Hi, I have got my IDL file sample.idl:
 
interface sample {
  typdef struct struct_SAMPLE {
    long number;
    char text[32];
  } SAMPLE;
 
  typedef sequence<SAMPLE> SAMPLES;
  void ShowData(out SAMPLES s);
};
 
Now, I have got the follow prototype:
 
void SAMPLE::ShowData(SAMPLES_out s)
 
But I don't know how to alloc memory and data to "s".
 
Please, help me!
 
Thank

		
---------------------------------
 Ahora podés usar Yahoo! Messenger en tu Unifón, en cualquier momento y lugar.
 Encontrá más información aquí.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20041102/c200b36a/attachment.htm


More information about the omniORB-list mailing list