diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-16 23:08:50 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-16 23:08:50 +0000 |
commit | 2876105e811675f1807d75a7ec70d85248d04ffc (patch) | |
tree | 7c278ee3262d10612cf557d728f37fa51e9e4540 /TAO/tao/Muxed_TMS.cpp | |
parent | f4f6fed1a42663929c77c2edfffba54e0d87c7fc (diff) | |
download | ATCD-2876105e811675f1807d75a7ec70d85248d04ffc.tar.gz |
ChangeLogTag:Tue Jan 16 15:07:29 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Muxed_TMS.cpp')
-rw-r--r-- | TAO/tao/Muxed_TMS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Muxed_TMS.cpp b/TAO/tao/Muxed_TMS.cpp index 4dbd0ce2f87..ca989ba0ca9 100644 --- a/TAO/tao/Muxed_TMS.cpp +++ b/TAO/tao/Muxed_TMS.cpp @@ -2,10 +2,10 @@ #include "tao/Muxed_TMS.h" #include "tao/Reply_Dispatcher.h" -#include "tao/Pluggable.h" #include "tao/GIOP_Message_State.h" #include "tao/debug.h" #include "tao/Pluggable_Messaging_Utils.h" +#include "Transport.h" ACE_RCSID(tao, Muxed_TMS, "$Id$") |