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::Single_Query_Stock
{
10 Quoter_Stock_i (const char *symbol
,
11 const char *full_name
,
16 CORBA::Double
price ();
17 CORBA::Double
get_price_and_names (CORBA::String_out symbol
,
18 CORBA::String_out full_name
);
22 std::string full_name_
;
26 #endif /* TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_I_H */