2 #ifndef TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_FACTORY_I_H
3 #define TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_FACTORY_I_H
7 class Quoter_Stock_Factory_i
: public POA_Quoter::Stock_Factory
{
9 Quoter_Stock_Factory_i ();
11 Quoter::Stock_ptr
get_stock (const char *symbol
);
14 Quoter::Stock_var ref1_
;
15 Quoter::Stock_var ref2_
;
18 #endif /* TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_FACTORY_I_H */