2 #ifndef TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_I_H
3 #define TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_I_H
8 class Quoter_Stock_i
: public POA_Quoter::Stock
{
10 Quoter_Stock_i (const char *symbol
,
11 const char *full_name
,
16 CORBA::Double
price ();
20 std::string full_name_
;
24 #endif /* TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_I_H */