What steps will reproduce the problem?
1. Make use of std::wstring in IDL as a parameter to a function. Like
void setData(std::wstring)
The generated plugin_glue.cc file has a missing brace.
This is due to a small bug in pod_binding.py
2.
3.
What is the expected output? What do you see instead?
Expected output is clean compilation of plugin_glue file. Instead it does
not compile because of a missing brace.
What version of the product are you using? On what operating system?
Windows XP
Please provide any additional information below.
This will get fixed by adding a closing brace in pod_binding.py at line
409.
Original issue reported on code.google.com by suche...@google.com on 10 Feb 2010 at 9:40
Original issue reported on code.google.com by
suche...@google.com
on 10 Feb 2010 at 9:40