Bug 120

Summary: Test Any with variable sized types
Product: TAO Reporter: Ossama Othman <ossama.othman>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: RESOLVED ---    
Severity: minor    
Priority: P3    
Version: 1.0   
Hardware: All   
OS: All   

Description Ossama Othman 1999-07-26 17:13:05 CDT
Test Any with variable sized types, such as structures that contain a string
inside. Jeff reports that there is a problem when destroying Anys initialized
with this types, even if the IDL compiler generated <<= operator is used.

[STATUS] Many of the services do this kind of thing, for example the Trading
service passes all kinds of data in Anys. The current version seems to be
working, so this is not a high priority task.
Comment 1 Carlos O'Ryan 1999-07-26 22:24:59 CDT
We have several tests now that use Anys with variable sized IDL constructs,
including Param_Test; both the any test and the DII invocations. There are no
known problems with this class.