summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-RC3/sca/samples/BigBank/Accounts/StockQuoteServiceImpl.h
blob: 7611984e4e0cb2956028b90fa16e2b6ed62e0dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include "StockQuoteService.h"


namespace com
{
    namespace bigbank
    {
        namespace stockquote
        {

    /*
     *  AccountsService C interface
     */

            class StockQuoteServiceImpl : public StockQuoteService {
	    public:
		virtual float getQuote(const char* symbol);

	};
	

}
} 		 
} // namespace;