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

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-assembly message

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


Subject: NEW ISSUE: callbackHeader attributes missing from C++ anc C composite files



DESCRIPTION:

When translating the Java composite files to C++ and C, the callbackHeader attributes were not added to the C++ and C files.  This affects TestComposite54.composite, TestComposite55.composite, TestComposite60.composite, TestComposite61.composite and TestComposite65.composite :

PROPOSAL:

C++
In TestComposite54.composite, TestComposite55.composite and TestComposite65.composite (two instances in each file)

            <interface.cpp header="test\Service5.h" remotable="true"/>

should be

            <interface.cpp header="test\Service5.h" callbackHeader="test\Service5Callback.h" remotable="true"/>

In TestComposite60.composite and TestComposite61.composite (two instances in each file)

            <interface.cpp header="test\Service9.h" remotable="true"/>

should be

            <interface.cpp header="test\Service9.h" callbackHeader="test\Service9Callback.h" remotable="true"/>

C
In TestComposite54.composite, TestComposite55.composite and TestComposite65.composite (two instances in each file)

            <interface.c header="test\Service5.h" remotable="true"/>

should be

            <interface.c header="test\Service5.h" callbackHeader="test\Service5Callback.h" remotable="true"/>

In TestComposite60.composite and TestComposite61.composite (two instances in each file)

            <interface.c header="test\Service9.h" remotable="true"/>

should be

            <interface.c header="test\Service9.h" callbackHeader="test\Service9Callback.h" remotable="true"/>


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]