diff options
Diffstat (limited to 'TAO/tao/Flushing_Strategy.h')
-rw-r--r-- | TAO/tao/Flushing_Strategy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Flushing_Strategy.h b/TAO/tao/Flushing_Strategy.h index aa948b98d1b..127fd743aee 100644 --- a/TAO/tao/Flushing_Strategy.h +++ b/TAO/tao/Flushing_Strategy.h @@ -13,7 +13,7 @@ #ifndef TAO_FLUSHING_STRATEGY_H #define TAO_FLUSHING_STRATEGY_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "TAO_Export.h" @@ -67,6 +67,6 @@ public: virtual int flush_transport (TAO_Transport *transport) = 0; }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_FLUSHING_STRATEGY_H */ |