Commit graph

3 commits

Author SHA1 Message Date
Jesus Ruiz
d91fb952d3 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)
2011-09-20 15:15:24 +02:00
Andreas Volz
f88e32ba32 some header and include changes 2009-03-29 13:52:24 +02:00
Andreas Volz
7424df631d split into multiple files for better organization 2009-03-28 22:27:08 +01:00