Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Cpp-M3
-
None
-
API issue - all platforms
Description
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: 'tuscany-dev@ws.apache.org'
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 - yoder@roguewave.com Software Developer - HydraSDO