ACE+TAO-6_5_17
[ACE_TAO.git] / TAO / tests / Bug_2560_Regression / Stock_Factory_i.h
blob9c16277c94082b1e745adaa81a0f9c546f502c30
2 #ifndef TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_FACTORY_I_H
3 #define TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_FACTORY_I_H
5 #include "Stock_i.h"
7 class Quoter_Stock_Factory_i : public POA_Quoter::Stock_Factory {
8 public:
9 Quoter_Stock_Factory_i ();
11 Quoter::Stock_ptr get_stock (const char *symbol);
13 private:
14 Quoter::Stock_var ref1_ ;
15 Quoter::Stock_var ref2_ ;
18 #endif /* TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_FACTORY_I_H */