Hi, I have uploaded a patch for TUSCANY-1374. If someone could review and apply it that would be great.
Michael Rogue Wave Software, Inc. - [EMAIL PROTECTED] Software Developer - HydraSDO -----Original Message----- From: Michael Yoder (JIRA) [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 4:10 PM To: Michael Yoder Subject: [jira] Updated: (TUSCANY-1374) C++ SDO spec portability: DataObjectInstance [ https://issues.apache.org/jira/browse/TUSCANY-1374?page=com.atlassian.ji ra.plugin.system.issuetabpanels:all-tabpanel ] Michael Yoder updated TUSCANY-1374: ----------------------------------- Attachment: TUSCANY-1374.txt The attached patch removes the non-spec (and superfulous) DataObjectInstance class. > C++ SDO spec portability: DataObjectInstance > -------------------------------------------- > > Key: TUSCANY-1374 > URL: https://issues.apache.org/jira/browse/TUSCANY-1374 > Project: Tuscany > Issue Type: Bug > Components: C++ SDO, C++ Specification > Affects Versions: Cpp-M3 > Environment: API issue - all platforms > Reporter: Michael Yoder > Fix For: Cpp-Next > > Attachments: TUSCANY-1374.txt > > > The Tuscany C++ SDO implementation has a public class DataObjectInstance used by SCA examples. For portability it would be desirable for the examples to use the spec API, and have this non-spec class removed or made internal to the implementation. > -----Original Message----- > From: Michael Yoder > Sent: Thursday, June 21, 2007 8:28 PM > To: '[email protected]' > Subject: C++ SDO spec portability: DataObjectInstance Hi, Tuscany C++ > SDO introduces an off-spec class used externally by a few SCA samples, DataObjectInstance. What is the rationale for having this class? Would it be alright for the samples to use SDO API smart pointers instead, and remove this class, or is this a concept that might be worth considering for the specification? > Thanks, > Michael Yoder > Rogue Wave Software - [EMAIL PROTECTED] Software Developer - > HydraSDO -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
