bootstrap: Delete wrong colons 25/266125/2
authorWoochanlee <wc0917.lee@samsung.com>
Mon, 8 Nov 2021 06:17:34 +0000 (15:17 +0900)
committerWoochanlee <wc0917.lee@samsung.com>
Mon, 8 Nov 2021 06:41:25 +0000 (15:41 +0900)
Change-Id: Ica97e195731de19db169f4a10efc3a0a3834ceb6

org.tizen.aurum-bootstrap/inc/Commands/FlickCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetAppInfoCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetDeviceTimeCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetLocationCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetSizeCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetValueCommand.h
org.tizen.aurum-bootstrap/inc/Commands/KillServerCommand.h
org.tizen.aurum-bootstrap/inc/Commands/RemoveAppCommand.h

index e4ea276..3f5a188 100644 (file)
@@ -30,6 +30,5 @@ private:
 
 public:
     FlickCommand(const ::aurum::ReqFlick *request, ::aurum::RspFlick *response);
-    ;
     ::grpc::Status execute() override;
 };
\ No newline at end of file
index b62cb20..3c866c4 100644 (file)
@@ -30,6 +30,5 @@ private:
 public:
     GetAppInfoCommand(const ::aurum::ReqGetAppInfo *request,
                       ::aurum::RspGetAppInfo *response);
-    ;
     ::grpc::Status execute() override;
 };
index 9112f14..05ed05e 100644 (file)
@@ -30,6 +30,5 @@ private:
 public:
     GetDeviceTimeCommand(const ::aurum::ReqGetDeviceTime *request,
                          ::aurum::RspGetDeviceTime *response);
-    ;
     ::grpc::Status execute() override;
 };
\ No newline at end of file
index ef21777..fc4d4c6 100644 (file)
@@ -30,6 +30,5 @@ private:
 public:
     GetLocationCommand(const ::aurum::ReqGetLocation *request,
                        ::aurum::RspGetLocation *response);
-    ;
     ::grpc::Status execute() override;
 };
\ No newline at end of file
index 78fb8ca..9fead13 100644 (file)
@@ -30,6 +30,5 @@ private:
 public:
     GetSizeCommand(const ::aurum::ReqGetSize *request,
                    ::aurum::RspGetSize *response);
-    ;
     ::grpc::Status execute() override;
 };
\ No newline at end of file
index 50cb6b7..daeae97 100644 (file)
@@ -30,6 +30,5 @@ private:
 public:
     GetValueCommand(const ::aurum::ReqGetValue *request,
                     ::aurum::RspGetValue *response);
-    ;
     ::grpc::Status execute() override;
 };
\ No newline at end of file
index 04032d4..f1c6739 100644 (file)
@@ -30,6 +30,5 @@ private:
 public:
     KillServerCommand(const ::aurum::ReqEmpty *request,
                       ::aurum::RspEmpty *response);
-    ;
     ::grpc::Status execute() override;
 };
\ No newline at end of file
index 648f25a..5f973e8 100644 (file)
@@ -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