summaryrefslogtreecommitdiff
path: root/TAO/tao/default_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/default_client.h')
-rw-r--r--TAO/tao/default_client.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/default_client.h b/TAO/tao/default_client.h
index 6dd566dd682..613eabecd0b 100644
--- a/TAO/tao/default_client.h
+++ b/TAO/tao/default_client.h
@@ -31,7 +31,7 @@
* options so that everything operates as if there were no
* dynamically-linkable strategies.
*/
-class TAO_Export TAO_Default_Client_Strategy_Factory
+class TAO_Export TAO_Default_Client_Strategy_Factory
: public TAO_Client_Strategy_Factory
{
public:
@@ -111,10 +111,6 @@ private:
Lock_Type muxed_strategy_lock_type_;
};
-#if defined (__ACE_INLINE__)
-# include "tao/default_client.i"
-#endif /* __ACE_INLINE__ */
-
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_Default_Client_Strategy_Factory)
ACE_FACTORY_DECLARE (TAO, TAO_Default_Client_Strategy_Factory)