Dynamic.pidl

Go to the documentation of this file.
00001 // -*- IDL -*-
00002 
00003 // ================================================================
00004 /**
00005  *  @file   Dynamic.pidl
00006  *
00007  * $Id: Dynamic.pidl 76406 2007-01-08 18:57:08Z johnnyw $
00008  *
00009  *   This file was used to generate the code in DynamicC.* The command
00010  *   used to generate code is:
00011  *
00012  *     tao_idl
00013  *        -o orig -GA -SS -Sci
00014  *          -Wb,export_macro=TAO_Export
00015  *          -Wb,export_include="tao/TAO_Export.h"
00016  *          -Wb,pre_include="ace/pre.h"
00017  *          -Wb,post_include="ace/post.h"
00018  *          -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00019  *          -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL
00020  *          Dynamic.pidl
00021  *
00022  */
00023 // ================================================================
00024 
00025 // File: Dynamic.idl
00026 // Used primarily for Interceptors
00027 
00028 #include "tao/AnyTypeCode/Dynamic_Parameter.pidl"
00029 #include "tao/Typecode_types.pidl"
00030 #include "tao/StringSeq.pidl"
00031 
00032 #ifndef _DYNAMIC_IDL_
00033 #define _DYNAMIC_IDL_
00034 
00035 module Dynamic
00036 {
00037   typeprefix Dynamic "omg.org";
00038 
00039   typedef sequence<Parameter> ParameterList;
00040 
00041   typedef CORBA::StringSeq ContextList;
00042 
00043   typedef sequence<CORBA::TypeCode> ExceptionList;
00044 
00045   typedef CORBA::StringSeq RequestContext;
00046 };
00047 
00048 #endif // _DYNAMIC_IDL_

Generated on Sun Jan 27 13:21:06 2008 for TAO_AnyTypeCode by doxygen 1.3.6