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 e4ea2765b1e2ce60117a4c5b63103d9d398b5327..3f5a18841e0a497c4d19da7332ec429f6e36e283 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 b62cb20d807238e7e8a2088284b15f1ba9d44d7b..3c866c41e77e06351becb3d4ab0fa4e81ab280dc 100644 (file)
@@ -30,6 +30,5 @@ private:
 public:
     GetAppInfoCommand(const ::aurum::ReqGetAppInfo *request,
                       ::aurum::RspGetAppInfo *response);
-    ;
     ::grpc::Status execute() override;
 };
index 9112f14e231b03775328222be91a30212f01bce0..05ed05e9833073d2d3dd38c778fd596e6d5aa032 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 ef2177721b7d778067fb0e7e3e1d858527a0809e..fc4d4c66a87d558e7a3992738dc1ac4251296cad 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 78fb8ca85d5f548449b94c264c04b67d72595960..9fead1348f737c0e91ffb4de03962de35af480f2 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 50cb6b729a508230989136fc478220e74dfd2035..daeae97f4d40f14260dc9331a7533eb87cf18b27 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 04032d4914380234f4d805fadab62d340d82ab43..f1c6739934ed906806cf7566c2b3796227301f41 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 648f25a0c5d7014d02fd8e2549ed26d8d1656c2f..5f973e8c43d1fef3b2c3ab7dc8491c2e75b9b1bb 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