Next in thread → Next in month →

Re: [sca-c-cpp] NEW ISSUE: ComponentConte3xt missing commonj::sdo

From
Andrew Borley <>
Date
2010-03-11T20:54:04+00:00
ID
Thread
Re: [sca-c-cpp] NEW ISSUE: ComponentConte3xt missing commonj::sdo
This issue has been assigned ID CCPP-105
by the jira system.

See http://www.osoa.org/jira/browse/CCPP-105

Andrew

____________________________________________________________

Andrew Borley

Websphere ESB Development

Tel: 245393 Ext: +44 (0) 1962 815393 Mob: +44 (0) 7971 805547

E-mail: 

Mailpoint 211, IBM (UK) Ltd, Hursley Park, Winchester, Hants, SO21 2JN

____________________________________________________________

From:
Bryan Aupperle <>

To:


Date:
11/03/2010 18:16

Subject:
[sca-c-cpp] 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: 

Unless stated otherwise above:

IBM United Kingdom Limited - Registered in England and Wales with number
741598. 

Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU
Next in thread → Next in month →