CClient::CClient() { waitingRequest.clear(); applier = std::make_shared<CApplier<CBaseForCLApply>>(); registerTypesClientPacks1(*applier); registerTypesClientPacks2(*applier); IObjectInterface::cb = this; gs = nullptr; erm = nullptr; }
void CClient::init() { hotSeat = false; connectionHandler = nullptr; pathInfo = nullptr; applier = new CApplier<CBaseForCLApply>; registerTypesClientPacks1(*applier); registerTypesClientPacks2(*applier); IObjectInterface::cb = this; serv = nullptr; gs = nullptr; erm = nullptr; terminate = false; }