Searched refs:ClientInterface (Results 1 – 7 of 7) sorted by relevance
26 class ClientInterface {28 virtual ~ClientInterface() {}; in ~ClientInterface()
30 virtual ClientInterface* createClientInterface();
26 class ClientImpl: public ClientInterface {
21 ClientInterface* GenericFactory::createClientInterface() in createClientInterface()
32 class ClientInterface; variable135 ClientInterface* mClient;
31 ClientInterface* mClient;
115 ClientInterface* client = factory.createClientInterface(); in main()