Jesus Ruiz
21ba70529d
Fix code generator: add always a comma after each signature argument.
...
For example "((i)i)" produced:
member(const ::DBus::Struct< ::DBus::Struct< int32_t >int32_t >& arg)
And now it produces:
member(const ::DBus::Struct< ::DBus::Struct< int32_t >, int32_t >& arg)
2011-09-20 15:03:51 +02:00
Andreas Volz
cdedb019b0
- fixed Strcut generation in generator tool
...
- added some test cases
2011-02-15 23:58:42 +01:00
Andreas Volz
f9e5171ace
deleted some old commented code
2011-02-14 23:30:23 +01:00
Andreas Volz
796c96d34e
fixed SF bug:
...
ID: 2991229
Summary: nested type wrong generation
2011-02-14 23:27:32 +01:00
Andreas Volz
f171e7ab1f
escape error
2009-03-29 14:27:04 +02:00
Andreas Volz
38e25a847f
only some comment
2009-03-29 14:19:05 +02:00
Andreas Volz
f88e32ba32
some header and include changes
2009-03-29 13:52:24 +02:00
Andreas Volz
fbc0227d56
use extern variable
2009-03-28 23:01:26 +01:00
Andreas Volz
7424df631d
split into multiple files for better organization
2009-03-28 22:27:08 +01:00