diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-28 04:03:37 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-28 04:03:37 +0000 |
commit | 05ebe6adcddaa5aba6a9e08c4ef36fef3d7e49d8 (patch) | |
tree | 4a4ef98f4ffe772c378ccae4c0a580815dab0566 /TAO/tao/Muxed_TMS.h | |
parent | cbe3d638d5102256208876d17d89c1499f0bcd20 (diff) | |
download | ATCD-05ebe6adcddaa5aba6a9e08c4ef36fef3d7e49d8.tar.gz |
ChangeLogTag:Wed Aug 27 21:00:41 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Muxed_TMS.h')
-rw-r--r-- | TAO/tao/Muxed_TMS.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/Muxed_TMS.h b/TAO/tao/Muxed_TMS.h index 9c84a3deec8..8c789b773b5 100644 --- a/TAO/tao/Muxed_TMS.h +++ b/TAO/tao/Muxed_TMS.h @@ -1,4 +1,4 @@ -// This may look like C, but it's really -*- C++ -*- +// -*- C++ -*- //============================================================================= /** @@ -13,6 +13,7 @@ #ifndef TAO_MUXED_TMS_H #define TAO_MUXED_TMS_H + #include /**/ "ace/pre.h" #include "tao/Transport_Mux_Strategy.h" @@ -22,9 +23,10 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/Functor.h" -#include "ace/Hash_Map_Manager.h" +#include "ace/Hash_Map_Manager_T.h" #include "ace/Null_Mutex.h" +class TAO_ORB_Core; class TAO_Pluggable_Reply_Params; /** @@ -88,4 +90,5 @@ protected: }; #include /**/ "ace/post.h" + #endif /* MUXED_TMS_H */ |