Home
last modified time | relevance | path

Searched defs:NotifyInput (Results 1 – 1 of 1) sorted by relevance

/base/update/updateservice/client/
Dupdate_client.cpp57 struct NotifyInput { struct
59 NotifyInput(UpdateClient* iclient, const string &itype, int32_t iretcode, UpdateResult *iresult) in NotifyInput() function
61 UpdateClient* client;
62 string type;
63 int32_t retcode;
64 UpdateResult *result;