summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-RC3/sca/samples/BigBank/Accounts/StockQuoteExternalService.h
blob: d8df90651dcc2ebbf10756be046848f085cc88f6 (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
#include "commonj/sdo/SDO.h"
using namespace commonj::sdo;


namespace com
{
    namespace bigbank
    {
        namespace stockquote
        {

    /*
     *  AccountsService C interface
     */

			class StockQuoteExternalService {
				public:
				virtual const char* GetQuote(const char* symbol) = 0;

			};

		}
	} 		 
} // namespace;