diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-08-13 15:09:00 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-08-13 15:09:00 +0000 |
commit | 72da7b5b5f1304bb05ff5ba9191778d5268d95f3 (patch) | |
tree | b3a299fdcb44fddd4ddb697062d66d5b42de1490 /TAO/tao/IORManipulation | |
parent | 5c0a1d40cab154d33f15fd46224fc6c957100b67 (diff) | |
download | ATCD-72da7b5b5f1304bb05ff5ba9191778d5268d95f3.tar.gz |
ChangeLogTag:Wed Aug 13 10:08:01 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IORManipulation')
-rw-r--r-- | TAO/tao/IORManipulation/IORC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORManipulation/IORC.h b/TAO/tao/IORManipulation/IORC.h index 6f588176528..980a15792e4 100644 --- a/TAO/tao/IORManipulation/IORC.h +++ b/TAO/tao/IORManipulation/IORC.h @@ -31,7 +31,7 @@ #ifndef _TAO_IDL_ORIG_IORC_H_ #define _TAO_IDL_ORIG_IORC_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corba.h" @@ -899,5 +899,5 @@ TAO_IORManip_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO_IOP::MultiPro #pragma option pop #endif /* __BORLANDC__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ifndef */ |