projects
/
platform
/
core
/
appfw
/
tidl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
446776a
)
Fix C++ generator
13/285513/2
author
Changgyu Choi
<changyu.choi@samsung.com>
Wed, 14 Dec 2022 03:06:26 +0000
(12:06 +0900)
committer
Changgyu Choi
<changyu.choi@samsung.com>
Wed, 14 Dec 2022 03:12:00 +0000
(
03:12
+0000)
Change-Id: I8ad8d495891b5c626e29b9ef474461cb1e6c0a8f
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
idlc/gen/cpp_gen_base.cc
patch
|
blob
|
history
diff --git
a/idlc/gen/cpp_gen_base.cc
b/idlc/gen/cpp_gen_base.cc
index e14c66399399d313d0e086d3c5c6ab70bbe69b00..9c7819dc8f5ca37f4e478715ccc6ab3d0baf0e32 100644
(file)
--- a/
idlc/gen/cpp_gen_base.cc
+++ b/
idlc/gen/cpp_gen_base.cc
@@
-561,7
+561,7
@@
std::string CppGeneratorBase::ConvertTypeToDeserializer(
ret += n + " ";
if (IsDelegateType(type)) {
ret += id + "(new " + type.ToString()
- + "(callback_port, std::weak_ptr<ServiceBase>(b)));\n";
+ + "(callback_port
_
, std::weak_ptr<ServiceBase>(b)));\n";
} else {
ret += id + ";\n";
}