summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Naming_Service/Stock_Factory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/Naming_Service/Stock_Factory_i.h')
-rw-r--r--TAO/docs/tutorials/Quoter/Naming_Service/Stock_Factory_i.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/docs/tutorials/Quoter/Naming_Service/Stock_Factory_i.h b/TAO/docs/tutorials/Quoter/Naming_Service/Stock_Factory_i.h
deleted file mode 100644
index c0e51d1b3ea..00000000000
--- a/TAO/docs/tutorials/Quoter/Naming_Service/Stock_Factory_i.h
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// $Id$
-//
-
-#ifndef TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_FACTORY_I_H
-#define TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_FACTORY_I_H
-
-#include "Stock_i.h"
-
-class Quoter_Stock_Factory_i : public POA_Quoter::Stock_Factory {
-public:
- Quoter_Stock_Factory_i ();
-
- Quoter::Stock_ptr get_stock (const char *symbol)
- throw (Quoter::Invalid_Stock_Symbol);
-
-private:
- Quoter_Stock_i rhat_;
- Quoter_Stock_i msft_;
-};
-
-#endif /* TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_FACTORY_I_H */
-