dbus-cplusplus/tools
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
..
generate_adaptor.cpp From 37dbce02178757560c488f02016cb44770a7fafc Mon Sep 17 00:00:00 2001 2010-12-05 23:30:04 +01:00
generate_adaptor.h some header and include changes 2009-03-29 13:52:24 +02:00
generate_proxy.cpp still more formating... prepare for merge 2009-11-17 00:00:54 +01:00
generate_proxy.h some header and include changes 2009-03-29 13:52:24 +02:00
generator_utils.cpp Fix code generator: Put on the array only the next element after 'a'. 2011-09-20 15:15:24 +02:00
generator_utils.h Fix code generator: Put on the array only the next element after 'a'. 2011-09-20 15:15:24 +02:00
introspect.cpp Time to get rid of the horrible coding style 2008-08-01 18:31:43 +02:00
introspect.h Time to get rid of the horrible coding style 2008-08-01 18:31:43 +02:00
Makefile.am some header and include changes 2009-03-29 13:52:24 +02:00
xml.cpp Time to get rid of the horrible coding style 2008-08-01 18:31:43 +02:00
xml.h Time to get rid of the horrible coding style 2008-08-01 18:31:43 +02:00
xml2cpp.cpp sync from fd.orf 2009-11-16 22:14:08 +01:00
xml2cpp.h split into multiple files for better organization 2009-03-28 22:27:08 +01:00