LWFT 1.0 FTF Avatar
  1. OMG Issue

LWFTF2 — Some normative LwFT IDL files use TAO-specific macros. These need to be removed

  • Key: LWFTF2-1
  • Legacy Issue Number: 16244
  • Status: closed  
  • Source: THALES ( Hakim Souami)
  • Summary:

    BasicTypes.idl, Forwarding.idl and ServerReplicationManagement.idl Lwft IDL files from mars/2009-08-02 (machine readable files) contain TAO-specific macro and paths in the include section such as :

    #ifdef __TAO_IDL

    #include "tao/PI_Forward.pidl"

    #include "tao/PI_Server/ServerRequestInfo.pidl"

    #include "tao/PI/ClientRequestInfo.pidl"

    #include "tao/PI/PIForwardRequest.pidl"

    #endif

    These should be removed and replaced by includes to standard CORBA 3.1 idl files from http://www.omg.org/spec/CORBA/3.1/20030102/.

  • Reported: LWFT 1.0b2 — Mon, 16 May 2011 04:00 GMT
  • Disposition: Resolved — LWFT 1.0
  • Disposition Summary:

    Remove the __TAO_IDL macro and include PortableGroup.idl and PortableInterceptor.idl from CORBA 3.1 from http://www.omg.org/spec/CORBA/3.1/20030102/.

  • Updated: Fri, 6 Mar 2015 23:16 GMT