C++ SDO spec compliance/portability: DataFactory::setDefault
------------------------------------------------------------

                 Key: TUSCANY-1373
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1373
             Project: Tuscany
          Issue Type: Bug
         Environment: API issue - all platforms
            Reporter: Michael Yoder


In the Tuscany C++ SDO specification interface DataFactory.h, there are 
additional overloads for the setDefault member function which take a type 
uri/name instead of a reference to a Type object. These additions should either 
be made internal to the implementation or proposed to the spec committee.

-----Original Message-----
From: Michael Yoder 
Sent: Thursday, June 21, 2007 7:04 PM
To: '[email protected]'
Subject: C++ SDO spec compliance/portability: DataFactory::setDefault

Hi,

In the DataFactory interface, there are additional overloads for the setDefault 
member function which take URI and name parameters for a Type instead of a 
reference to a Type object. 

        virtual SDO_API void setDefault(
            const char* typuri, 
            const char* typnam, 
            const char* propname, 
            bool b ) = 0;

        virtual SDO_API void setDefault(
            const SDOString& typuri, 
            const SDOString& typnam, 
            const SDOString& propname, 
            bool b ) = 0;

        .....

Would it be a good idea to file a Jira to have these submitted to the 
specification committe as additions?

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]

Reply via email to