implement screenshot feature
[platform/core/uifw/aurum.git] / org.tizen.aurum-bootstrap / inc / AurumServiceImpl.h
index 789c3fc..a44efe6 100644 (file)
@@ -86,6 +86,10 @@ public:
     ::grpc::Status sendKey(::grpc::ServerContext *context,
                            const ::aurum::ReqKey *request,
                            ::aurum::RspKey *      response) override;
+    ::grpc::Status takeScreenshot(
+        ::grpc::ServerContext *context,
+        const ::aurum::ReqTakeScreenshot *                 request,
+        ::grpc::ServerWriter< ::aurum::RspTakeScreenshot>* writer) override;
 };
 
-#endif
\ No newline at end of file
+#endif