There is a problem about container type. If the return value of the method is
container type, it's not generated. This patch fixes the bug.
Change-Id: I101db5b207fb010cf92dafaa93987b4aa06a29f4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
AddStructureFromType(type, iface);
}
+
+ if (d->GetMethodType() == Declaration::MethodType::SYNC) {
+ auto& type = d->GetType();
+ AddStructureFromType(type, iface);
+ }
}
}
}
AddStructureFromType(type, iface);
}
+
+ if (d->GetMethodType() == Declaration::MethodType::SYNC) {
+ auto& type = d->GetType();
+ AddStructureFromType(type, iface);
+ }
}
}
}