← Prev in month ← Prev in thread

NEW ISSUE: ComponentConte3xt missing commonj::sdo

From
Bryan Aupperle <>
Date
2010-03-11T18:15:51+00:00
ID
Thread
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: 
← Prev in month ← Prev in thread