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/Wait_On_Reactor.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/Wait_On_Reactor.cpp')
-rw-r--r-- | TAO/tao/Wait_On_Reactor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Wait_On_Reactor.cpp b/TAO/tao/Wait_On_Reactor.cpp index 50af80ffc2f..bc9282af822 100644 --- a/TAO/tao/Wait_On_Reactor.cpp +++ b/TAO/tao/Wait_On_Reactor.cpp @@ -1,8 +1,8 @@ // $Id$ #include "tao/Wait_On_Reactor.h" -#include "tao/Pluggable.h" #include "tao/ORB_Core.h" +#include "Transport.h" ACE_RCSID(tao, Wait_On_Reactor, "$Id$") |