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:
ea0de55
)
Revert "Fix coding style"
author
Changgyu Choi
<changyu.choi@samsung.com>
Thu, 7 Jan 2021 04:56:09 +0000
(13:56 +0900)
committer
Changgyu Choi
<changyu.choi@samsung.com>
Thu, 7 Jan 2021 04:56:19 +0000
(13:56 +0900)
This reverts commit
ea0de55eb187158b2090f6244fd6e569bb9d4474
.
Change-Id: I3cb7d2f02cbc94d77d186b49fd2e023329608a61
component_based/base/stub.cc
patch
|
blob
|
history
diff --git
a/component_based/base/stub.cc
b/component_based/base/stub.cc
index e27fa47b8c365cf93df4bb680904da3f3afd9d23..760a3c4e0e93a231100a965ebd98087813760c81 100644
(file)
--- a/
component_based/base/stub.cc
+++ b/
component_based/base/stub.cc
@@
-187,6
+187,7
@@
class StubBaseComponent : public component_based::Component {
~StubBaseComponent() = default;
public:
+
void OnBaseRestoreContent(tizen_base::Bundle content) override {
if (cb_.restore_content)
cb_.restore_content(this, content.GetHandle(), user_data_);
@@
-933,4
+934,4
@@
extern "C" EXPORT_API int component_finish(component_h context) {
component->Finish();
return COMPONENT_ERROR_NONE;
-}
+}
\ No newline at end of file