Fix code generator: Put on the array only the next element after 'a'.

For example "(aii)" produced:

member(const ::DBus::Struct< std::vector< int32_t, int32_t > >& arg)

And now it produces:

member(const ::DBus::Struct< std::vector< int32_t >, int32_t >& arg)
This commit is contained in:
Jesus Ruiz 2011-09-20 15:15:24 +02:00
parent 21ba70529d
commit d91fb952d3
2 changed files with 5 additions and 3 deletions

View file

@ -31,7 +31,6 @@
const char *atomic_type_to_string(char t);
std::string stub_name(std::string name);
std::string signature_to_type(const std::string &signature);
void _parse_signature(const std::string &signature, std::string &type, unsigned int &i);
void underscorize(std::string &str);
/// create std::string from any number