summaryrefslogtreecommitdiff
path: root/TAO/tao/client_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/client_factory.h')
-rw-r--r--TAO/tao/client_factory.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/TAO/tao/client_factory.h b/TAO/tao/client_factory.h
deleted file mode 100644
index c4007d427fb..00000000000
--- a/TAO/tao/client_factory.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// This may look like C, but it's really -*- C++ -*-
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// client_factory.h
-//
-// = AUTHOR
-// Chris Cleeland
-//
-// = VERSION
-// $Id$
-// ============================================================================
-
-#if !defined (TAO_CLIENT_FACTORY_H)
-# define TAO_CLIENT_FACTORY_H
-
-class TAO_Client_Strategy_Factory : public ACE_Service_Object
- // = TITLE
- // Abstract factory used by the client to manufacture various
- // strategies used on the client-side.
-{
-public:
- // = Intialization and termination methods.
- TAO_Client_Strategy_Factory (void);
- // Constructor.
-
- virtual ~TAO_Client_Strategy_Factory (void);
- // Destructor
-};
-
-#endif /* TAO_CLIENT_FACTORY_H */