[omniORB] dump an IDL tree with value types

Laurent Pautet pautet at inf.enst.fr
Sat Jul 3 15:04:36 BST 2004


This IDL file:

valuetype A long;
valuetype B {
   public A X;
};

is not properly dumped by omniorb:

valuetype A long;
valuetype B {
  public value box X;
};

The scoped name A is dumped as "value box". This bug can be reproduced
for a scoped name designating any value type.

-- 
-- Laurent



More information about the omniORB-list mailing list