Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

DynamicAny.pidl File Reference

Pre-compiled IDL source for the DynamicAny module. More...

#include <orb.idl>

Include dependency graph for DynamicAny.pidl:

Include dependency graph

Detailed Description

Pre-compiled IDL source for the DynamicAny module.

Id:
DynamicAny.pidl,v 1.5 2003/10/28 18:29:22 bala Exp

This file is used to generate the code in DynamicAnyC.{h,i,cpp}, it was obtained from the OMG website as part of the full CORBA IDL, the document reference number is: formal/00-04-01, or use the following URL: http://www.omg.org/technology/documents/formal/corba_omg_idl_text_file.htm

We couldn't find a copyright notice in the document, but it is safe to assume that it is Copyright (C) 2000, OMG.

We performed some modifications to the file, mainly to use local interfaces (part of what is coming in CORBA 3.0)

The command used to generate code from this file is:

tao_idl \ -o orig -Gp -Gd -Ge 1 -Sa -St -GT \ -Wb,export_macro=TAO_DynamicAny_Export \ -Wb,export_include=dynamicany_export.h \ -Wb,pre_include="ace/pre.h" \ -Wb,post_include="ace/post.h" \ DynamicAny.pidl

after the file is generated a patch must be applied. The patch fixes some problems with interceptors and local interfaces and disables parts of the code under certain configurations.

Apply patches using:

patch < diffs/DynamicAny.diff

Note: The diffs are generated using:

for i in DynamicAnyC.{h,i,cpp}; do diff -wbu orig/$i $i > diffs/DynamicAny.diff done


Generated on Thu Jan 15 00:07:02 2004 for TAO_DynamicAny by doxygen1.2.18