diff options
Diffstat (limited to 'TAO/tao/Connect_Strategy.h')
-rw-r--r-- | TAO/tao/Connect_Strategy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Connect_Strategy.h b/TAO/tao/Connect_Strategy.h index 304f6f50201..18f9f078e6d 100644 --- a/TAO/tao/Connect_Strategy.h +++ b/TAO/tao/Connect_Strategy.h @@ -12,7 +12,7 @@ #ifndef TAO_CONNECT_STRATEGY_H #define TAO_CONNECT_STRATEGY_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "TAO_Export.h" @@ -72,5 +72,5 @@ protected: }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /*TAO_CONNECT_STRATEGY_H*/ |