summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Strategy.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-06 01:58:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-06 01:58:49 +0000
commitfebb88d7e7100106a46240de7c16894914ac0b6a (patch)
treeb260265cc120a10cc7f94c0355ca7dedeefd2d6a /TAO/tao/LF_Strategy.h
parent5ca476dc47071f998699a9709971e352d734ed5c (diff)
downloadATCD-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.h3
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
{