MCPcopy Create free account
hub / github.com/EasyIME/PIME / Client

Method Client

PIMETextService/PIMEClient.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57Client::Client(TextService* service, REFIID langProfileGuid):
58 textService_(service),
59 pipe_(INVALID_HANDLE_VALUE),
60 nextSeqNum_(0),
61 isActivated_(false),
62 guid_{uuidToString(langProfileGuid)},
63 shouldWaitConnection_{true} {
64}
65
66Client::~Client(void) {
67 closeRpcConnection();

Callers

nothing calls this directly

Calls 1

uuidToStringFunction · 0.85

Tested by

no test coverage detected