projects
/
platform
/
core
/
appfw
/
component-based-application.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee665bb
)
Fix a bug about exiting the main loop
78/211778/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 9 Aug 2019 05:13:05 +0000
(14:13 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 9 Aug 2019 05:13:05 +0000
(14:13 +0900)
Change-Id: Ib40a2551ab6d1058cbfbe66fbb3ad2c5e674c904
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
component_based/base/application_base.cc
patch
|
blob
|
history
diff --git
a/component_based/base/application_base.cc
b/component_based/base/application_base.cc
index 8c8def525d364e8a2b4e8ee080c8f09b41e9ba62..6b90a98a96b8e0eba3ad0a3f5eace5826a940757 100644
(file)
--- a/
component_based/base/application_base.cc
+++ b/
component_based/base/application_base.cc
@@
-245,6
+245,7
@@
std::string ApplicationBase::GetApplicationID() {
}
void ApplicationBase::Exit() {
+ impl_->Exit();
}
void ApplicationBase::OnInit(int argc, char** argv) {