mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2025-03-09 02:01:25 +00:00
修复codecheck问题
Signed-off-by: c00524366 <chenjiale5@hisilicon.com>
This commit is contained in:
parent
ee37e5aab0
commit
33e5b92fb1
@ -34,8 +34,8 @@ public:
|
||||
|
||||
class EventSubscriber : public EventFwk::CommonEventSubscriber {
|
||||
public:
|
||||
EventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo) :
|
||||
EventFwk::CommonEventSubscriber(subscribeInfo) {}
|
||||
EventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo)
|
||||
: EventFwk::CommonEventSubscriber(subscribeInfo) {}
|
||||
void OnReceiveEvent(const EventFwk::CommonEventData &data);
|
||||
void startUser(int32_t newUserId);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user