From 1f642f656ab69d4f792fa947950b1ea444a22775 Mon Sep 17 00:00:00 2001 From: Woochanlee Date: Mon, 8 Nov 2021 15:17:34 +0900 Subject: [PATCH] bootstrap: Delete wrong colons Change-Id: Ica97e195731de19db169f4a10efc3a0a3834ceb6 --- org.tizen.aurum-bootstrap/inc/Commands/FlickCommand.h | 1 - org.tizen.aurum-bootstrap/inc/Commands/GetAppInfoCommand.h | 1 - org.tizen.aurum-bootstrap/inc/Commands/GetDeviceTimeCommand.h | 1 - org.tizen.aurum-bootstrap/inc/Commands/GetLocationCommand.h | 1 - org.tizen.aurum-bootstrap/inc/Commands/GetSizeCommand.h | 1 - org.tizen.aurum-bootstrap/inc/Commands/GetValueCommand.h | 1 - org.tizen.aurum-bootstrap/inc/Commands/KillServerCommand.h | 1 - org.tizen.aurum-bootstrap/inc/Commands/RemoveAppCommand.h | 1 - 8 files changed, 8 deletions(-) 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 -- 2.34.1