diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-21 23:51:40 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-21 23:51:40 +0000 |
commit | 320e339a405cc07fded05f2bbc5929b9b367f9b5 (patch) | |
tree | 4755dbd469a80c5372ec49f8ee205697dc9deee2 /TAO/tao/CONV_FRAMEC.h | |
parent | b29eabab3f10f542c0ae937da15b811fff01c801 (diff) | |
download | ATCD-320e339a405cc07fded05f2bbc5929b9b367f9b5.tar.gz |
ChangeLogTag:Mon Jul 21 22:57:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/tao/CONV_FRAMEC.h')
-rw-r--r-- | TAO/tao/CONV_FRAMEC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CONV_FRAMEC.h b/TAO/tao/CONV_FRAMEC.h index c15536557f6..b7135f59646 100644 --- a/TAO/tao/CONV_FRAMEC.h +++ b/TAO/tao/CONV_FRAMEC.h @@ -25,7 +25,7 @@ #ifndef _TAO_IDL_ORIG_CONV_FRAMEC_H_ #define _TAO_IDL_ORIG_CONV_FRAMEC_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/CDR.h" #include "tao/Sequence.h" #include "tao/VarOut_T.h" @@ -299,6 +299,6 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetContext #pragma option pop #endif /* __BORLANDC__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ifndef */ |