Bug 120 - Test Any with variable sized types
Summary: Test Any with variable sized types
Status: RESOLVED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.0
Hardware: All All
: P3 minor
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 1999-07-26 17:13 CDT by Ossama Othman
Modified: 1999-07-26 22:24 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.