AT&T Laboratories |
|||||
const octet a=20; const octet b='A';
omniidl2 fails to recognise octet is a valid discriminant type.
typedef octet d; union XU switch(d) { case 1: long l; case 2: short s; };
omnidls interprets operators '<<' and '>>' the opposite way.
const unsigned short losBitNumber1 = 0x02 << 1; const unsigned short losBitNumber2 = 0x02 >> 1;
Action
If you need more information, contact [email protected]. We'd like to hear from you.
For comments, suggestions and further information please contact us.
Copyright © 2001 AT&T Laboratories Cambridge