Home | History | Annotate | Download | only in tools

Lines Matching refs:Client

21  * \brief ExecServer Client.
148 class Client
151 Client (const CommandLine& cmdLine);
152 ~Client (void);
161 Client::Client (const CommandLine& cmdLine)
166 Client::~Client (void)
170 void Client::run (void)
195 // Run client loop.
337 // Run client.
340 Client client(cmdLine);
341 client.run();