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 | b3137ee815be2a3907226eda6c1f8bd180af66cd (patch) | |
tree | 4755dbd469a80c5372ec49f8ee205697dc9deee2 /TAO/tao/TimeBaseS_T.h | |
parent | c2d2715c82253e85b4df87f92a5ee1c782543246 (diff) | |
download | ATCD-b3137ee815be2a3907226eda6c1f8bd180af66cd.tar.gz |
ChangeLogTag:Mon Jul 21 22:57:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/tao/TimeBaseS_T.h')
-rw-r--r-- | TAO/tao/TimeBaseS_T.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/TimeBaseS_T.h b/TAO/tao/TimeBaseS_T.h index d117ffe0041..9d7c9002343 100644 --- a/TAO/tao/TimeBaseS_T.h +++ b/TAO/tao/TimeBaseS_T.h @@ -22,7 +22,7 @@ #ifndef _TAO_IDL_ORIG_TIMEBASES_T_H_ #define _TAO_IDL_ORIG_TIMEBASES_T_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #if defined(_MSC_VER) #if (_MSC_VER >= 1200) #pragma warning(push) @@ -49,5 +49,5 @@ #pragma warning(pop) #endif /* _MSC_VER */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ifndef */ |