From 8f07dc4443bd7dc4a57a80c95003f05ede1fdddc Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Thu, 21 Jun 2018 10:23:26 +0900 Subject: [PATCH] Modify comment Change-Id: I95b9ccb8465d52c973e940bf5603694ba29c4cdd Signed-off-by: Yuta Doi --- src/app.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app.cpp b/src/app.cpp index cbb8cfd..db95367 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -338,10 +338,10 @@ int App::init() { // Store my context for calling callback for PolicyManager rm::context = this; -#if 1 // @@@@@ + // TODO: This process is necessary for checking right of requested role. + // If other module check it, this process will be removed. // Load app.db this->loadAppDb(); -#endif // Initialize PolicyManager this->pm.initialize(); @@ -537,10 +537,6 @@ void App::allocateWindowResource(char const *event, char const *drawing_name, // TODO: // Check role - // TODO: - // If event is "activate" and area is not specifid, - // get default value by using role - // Input event to PolicyManager json_object* json_in = json_object_new_object(); json_object_object_add(json_in, "event", json_object_new_string(event)); -- 2.16.6