Searched defs:LocKillMsg (Results 1 – 3 of 3) sorted by relevance
144 struct LocKillMsg : public LocMsg { in destroy() struct145 LocApiBase* mLocApi; in destroy()146 inline LocKillMsg(LocApiBase* locApi) : LocMsg(), mLocApi(locApi) {} in destroy() argument147 inline virtual void proc() const { in destroy()