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
);
21 #if defined (HPUX) && (ACE_HAS_STANDARD_CPP_LIBRARY == 0)
26 std::string full_name_
;
31 #endif /* TAO_TUTORIAL_QUOTER_SIMPLE_SERVER_STOCK_I_H */