OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-c-cpp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: NEW ISSUE: ComponentConte3xt missing commonj::sdo



Target C++ C&I Spec (CD 05)

Description: ComponentContext includes the member functions:

 virtual DataObjectPtr getProperties();
  virtual DataFactoryPtr getDataFactory();
The return value of the functions are define by the OSOA SDO for C++ specification:
http://www.osoa.org/download/attachments/36/CPP-SDO-Spec-v2.1.0-FINAL.pdf and in that specification the namespace for the return values is commonj::sdo.

Proposal: Add the namespace qualifiers so the definitions become:

  virtual commonj::sdo::DataObjectPtr getProperties();
  virtual commonj::sdo::DataFactoryPtr getDataFactory();
This changes needs to be made in both the specification (seciton 6.2) and ComponentContext.h (with a #include "commonj/sdo/sdo.h" added).


Bryan Aupperle, Ph.D.
STSM, WebSphere Enterprise Platform Software Solution Architect

Research Triangle Park,  NC
+1 919-254-7508 (T/L 444-7508)
Internet Address: aupperle@us.ibm.com


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]