diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-06 01:58:49 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-06 01:58:49 +0000 |
commit | febb88d7e7100106a46240de7c16894914ac0b6a (patch) | |
tree | b260265cc120a10cc7f94c0355ca7dedeefd2d6a /TAO/tao/LF_Strategy.h | |
parent | 5ca476dc47071f998699a9709971e352d734ed5c (diff) | |
download | ATCD-febb88d7e7100106a46240de7c16894914ac0b6a.tar.gz |
ChangeLogTag:Sat Jan 5 17:54:27 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/LF_Strategy.h')
-rw-r--r-- | TAO/tao/LF_Strategy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/LF_Strategy.h b/TAO/tao/LF_Strategy.h index 248f52863e2..2d3c123565c 100644 --- a/TAO/tao/LF_Strategy.h +++ b/TAO/tao/LF_Strategy.h @@ -14,13 +14,13 @@ #define TAO_LF_STRATEGY_H #include "ace/pre.h" -#include "tao/orbconf.h" #include "tao/TAO_Export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +class ACE_Time_Value; class TAO_Leader_Follower; /** @@ -32,7 +32,6 @@ class TAO_Leader_Follower; * otherwise performance suffers. * * This class strategizes the ORB behavior in this respect. - * */ class TAO_Export TAO_LF_Strategy { |