diff options
author | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-01-22 23:00:14 +0000 |
---|---|---|
committer | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-01-22 23:00:14 +0000 |
commit | 0d79216f7e7552e9e2f012846ea5baaab214caea (patch) | |
tree | 792b6fb8f0002dd7ff291f4a80c8ecacbb092840 /TAO/tao/CodecFactory | |
parent | b336615351c5736d60a444074e021ea374aab3df (diff) | |
download | ATCD-0d79216f7e7552e9e2f012846ea5baaab214caea.tar.gz |
ChangeLogTag: Thu Jan 22 22:58:21 UTC 2009 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/tao/CodecFactory')
-rw-r--r-- | TAO/tao/CodecFactory/IOP_Codec_include.pidl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/CodecFactory/IOP_Codec_include.pidl b/TAO/tao/CodecFactory/IOP_Codec_include.pidl index 9d814aa81a4..b480fbdc102 100644 --- a/TAO/tao/CodecFactory/IOP_Codec_include.pidl +++ b/TAO/tao/CodecFactory/IOP_Codec_include.pidl @@ -16,4 +16,12 @@ ///FUZZ: disable check_for_include/ #include "tao/CodecFactory/IOP_Codec.pidl" +// Add a dummy module here as a hack +// Some preprocessors (IBM VA 6 for one) require some code here in order +// to spit out a #line for this file. The IDL Compiler requires this +// in order to generate the proper includes in the generated C++. +module CODECFACTORYIOP_CODEC_INCLUDE_IDL_Dummy { + typedef long dummy; +}; + #endif /* _IOP_CODEC_INCLUDE_IDL_ */ |