[omniORB] long long 'and' any
   
    Sai-Lai Lo
     
    S.Lo@orl.co.uk
       
    Wed, 25 Mar 1998 20:37:39 GMT
    
    
  
>>>>> Saravanan Radhakrishnan writes:
> Hi !
> I'd like to know if long long and 'any' have been implemented in 
> omniorb. This is because when I had a long long in my IDL and
> did omniidl2, it aborted. When I changed to Double, it worked.
> Regarding 'any' I have no idea, though.
Type Any (and typecode) is supported in omniORB_2.5.0. 
"long long" is not supported. I'm not sure the current mapping adequately
address the problem of mapping "long long" on 32-bit platforms where there
is no native C++ type to support 64-bit integer.
Sai-Lai