From: Woochanlee Date: Mon, 8 Nov 2021 06:17:34 +0000 (+0900) Subject: bootstrap: Delete wrong colons X-Git-Tag: submit/tizen_6.5/20211108.100005~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f642f656ab69d4f792fa947950b1ea444a22775;p=platform%2Fcore%2Fuifw%2Faurum.git bootstrap: Delete wrong colons Change-Id: Ica97e195731de19db169f4a10efc3a0a3834ceb6 --- diff --git a/org.tizen.aurum-bootstrap/inc/Commands/FlickCommand.h b/org.tizen.aurum-bootstrap/inc/Commands/FlickCommand.h index e4ea276..3f5a188 100644 --- a/org.tizen.aurum-bootstrap/inc/Commands/FlickCommand.h +++ b/org.tizen.aurum-bootstrap/inc/Commands/FlickCommand.h @@ -30,6 +30,5 @@ private: public: FlickCommand(const ::aurum::ReqFlick *request, ::aurum::RspFlick *response); - ; ::grpc::Status execute() override; }; \ No newline at end of file diff --git a/org.tizen.aurum-bootstrap/inc/Commands/GetAppInfoCommand.h b/org.tizen.aurum-bootstrap/inc/Commands/GetAppInfoCommand.h index b62cb20..3c866c4 100644 --- a/org.tizen.aurum-bootstrap/inc/Commands/GetAppInfoCommand.h +++ b/org.tizen.aurum-bootstrap/inc/Commands/GetAppInfoCommand.h @@ -30,6 +30,5 @@ private: public: GetAppInfoCommand(const ::aurum::ReqGetAppInfo *request, ::aurum::RspGetAppInfo *response); - ; ::grpc::Status execute() override; }; diff --git a/org.tizen.aurum-bootstrap/inc/Commands/GetDeviceTimeCommand.h b/org.tizen.aurum-bootstrap/inc/Commands/GetDeviceTimeCommand.h index 9112f14..05ed05e 100644 --- a/org.tizen.aurum-bootstrap/inc/Commands/GetDeviceTimeCommand.h +++ b/org.tizen.aurum-bootstrap/inc/Commands/GetDeviceTimeCommand.h @@ -30,6 +30,5 @@ private: public: GetDeviceTimeCommand(const ::aurum::ReqGetDeviceTime *request, ::aurum::RspGetDeviceTime *response); - ; ::grpc::Status execute() override; }; \ No newline at end of file diff --git a/org.tizen.aurum-bootstrap/inc/Commands/GetLocationCommand.h b/org.tizen.aurum-bootstrap/inc/Commands/GetLocationCommand.h index ef21777..fc4d4c6 100644 --- a/org.tizen.aurum-bootstrap/inc/Commands/GetLocationCommand.h +++ b/org.tizen.aurum-bootstrap/inc/Commands/GetLocationCommand.h @@ -30,6 +30,5 @@ private: public: GetLocationCommand(const ::aurum::ReqGetLocation *request, ::aurum::RspGetLocation *response); - ; ::grpc::Status execute() override; }; \ No newline at end of file diff --git a/org.tizen.aurum-bootstrap/inc/Commands/GetSizeCommand.h b/org.tizen.aurum-bootstrap/inc/Commands/GetSizeCommand.h index 78fb8ca..9fead13 100644 --- a/org.tizen.aurum-bootstrap/inc/Commands/GetSizeCommand.h +++ b/org.tizen.aurum-bootstrap/inc/Commands/GetSizeCommand.h @@ -30,6 +30,5 @@ private: public: GetSizeCommand(const ::aurum::ReqGetSize *request, ::aurum::RspGetSize *response); - ; ::grpc::Status execute() override; }; \ No newline at end of file diff --git a/org.tizen.aurum-bootstrap/inc/Commands/GetValueCommand.h b/org.tizen.aurum-bootstrap/inc/Commands/GetValueCommand.h index 50cb6b7..daeae97 100644 --- a/org.tizen.aurum-bootstrap/inc/Commands/GetValueCommand.h +++ b/org.tizen.aurum-bootstrap/inc/Commands/GetValueCommand.h @@ -30,6 +30,5 @@ private: public: GetValueCommand(const ::aurum::ReqGetValue *request, ::aurum::RspGetValue *response); - ; ::grpc::Status execute() override; }; \ No newline at end of file diff --git a/org.tizen.aurum-bootstrap/inc/Commands/KillServerCommand.h b/org.tizen.aurum-bootstrap/inc/Commands/KillServerCommand.h index 04032d4..f1c6739 100644 --- a/org.tizen.aurum-bootstrap/inc/Commands/KillServerCommand.h +++ b/org.tizen.aurum-bootstrap/inc/Commands/KillServerCommand.h @@ -30,6 +30,5 @@ private: public: KillServerCommand(const ::aurum::ReqEmpty *request, ::aurum::RspEmpty *response); - ; ::grpc::Status execute() override; }; \ No newline at end of file diff --git a/org.tizen.aurum-bootstrap/inc/Commands/RemoveAppCommand.h b/org.tizen.aurum-bootstrap/inc/Commands/RemoveAppCommand.h index 648f25a..5f973e8 100644 --- a/org.tizen.aurum-bootstrap/inc/Commands/RemoveAppCommand.h +++ b/org.tizen.aurum-bootstrap/inc/Commands/RemoveAppCommand.h @@ -30,7 +30,6 @@ private: public: RemoveAppCommand(const ::aurum::ReqRemoveApp *request, ::aurum::RspRemoveApp *response); - ; ::grpc::Status execute() override; ::grpc::Status executePost() override; }; \ No newline at end of file