diff options
Diffstat (limited to 'TAO/tao/Muxed_TMS.h')
-rw-r--r-- | TAO/tao/Muxed_TMS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Muxed_TMS.h b/TAO/tao/Muxed_TMS.h index d7a4981453d..82c7843376a 100644 --- a/TAO/tao/Muxed_TMS.h +++ b/TAO/tao/Muxed_TMS.h @@ -13,7 +13,7 @@ #ifndef TAO_MUXED_TMS_H #define TAO_MUXED_TMS_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/Transport_Mux_Strategy.h" @@ -86,5 +86,5 @@ protected: }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* MUXED_TMS_H */ |