ParameterMode.pidl

Go to the documentation of this file.
00001 // -*- IDL -*-
00002 
00003 // ================================================================
00004 /**
00005  *  @file   ParameterMode.pidl
00006  *
00007  * ParameterMode.pidl,v 1.6 2006/05/09 07:32:02 jwillemsen Exp
00008  *
00009  *   This file was used to generate the code in ParameterModeC.* The command
00010  *   used to generate code is:
00011  *
00012  *     tao_idl
00013  *        -o orig -Ge 1 -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  *          ParameterMode.pidl
00019  */
00020 // ================================================================
00021 
00022 #ifndef TAO_PARAMETERMODE_IDL
00023 #define TAO_PARAMETERMODE_IDL
00024 
00025 #pragma prefix "omg.org"
00026 
00027 module CORBA
00028 {
00029   enum ParameterMode
00030   {
00031     PARAM_IN,
00032     PARAM_OUT,
00033     PARAM_INOUT
00034   };
00035 };
00036 
00037 #endif /* TAO_PARAMETERMODE_IDL */

Generated on Thu Nov 9 11:54:19 2006 for TAO by doxygen 1.3.6