00001 // -*- IDL -*- 00002 00003 // ================================================================ 00004 /** 00005 * @file ValueModifier.pidl 00006 * 00007 * $Id: ValueModifier.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00008 * 00009 * This file is used to generate the code in ValueModifierC.* The command 00010 * used to generate code is: 00011 * 00012 * tao_idl 00013 * -o orig -SS -Sci -St 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 * ValueModifier.pidl 00021 */ 00022 // ================================================================ 00023 00024 #ifndef TAO_VALUEMODIFIER_PIDL 00025 #define TAO_VALUEMODIFIER_PIDL 00026 00027 #pragma prefix "omg.org" 00028 00029 module CORBA 00030 { 00031 typedef short ValueModifier; 00032 const ValueModifier VM_NONE = 0; 00033 const ValueModifier VM_CUSTOM = 1; 00034 const ValueModifier VM_ABSTRACT = 2; 00035 const ValueModifier VM_TRUNCATABLE = 3; 00036 }; 00037 00038 #endif /* TAO_VALUEMODIFIER_PIDL */