Bug Report no. 56 |
Reported BySai-Lai Lo DateApril 1999 PlatformsAll VersionomniORB 2.7.1 and earlier DescriptionSequence types are implemented using C++ templates. The element type for sequences should managed the stored elements properly, releasing storage as necassary when a new value is inserted into the sequence.The mapping for strings and object references are not self-managing (since they are pointers), and so the sequence elements have to be self-managing T_member types. With the template implementation however this means that the T* data constructor for the sequence expects a T_member* instead of a T* argument as required. This will be fixed in the next release. |
|
For comments, feedback, etc, please see the 'Keeping in touch' page. |