[omniORB] Converting from DynArray to array.
Stanislav Ievlev
inger@altlinux.ru
Tue, 31 Jul 2001 12:05:38 +0400
Hello All!
I need to convert from Any to array (typedef long MyArray[2]) for my DII
example application.
I know about following path: Any->DynAny->DynArray->AnySeq->MyArray
But I have a problem in convertation from DynArray to MyArray. (DynArray
converts to (*AnySeq) and I don't know how to get Array from it)
Could someone help me (write example code)?
-----------------------
With best regards
Stanislav Ievlev