- fixed Strcut generation in generator tool

- added some test cases
This commit is contained in:
Andreas Volz 2011-02-15 23:58:42 +01:00
parent 466931e527
commit cdedb019b0
12 changed files with 319 additions and 17 deletions

View file

@ -0,0 +1,7 @@
#include <dbuscxx_test_generator-client.h>
int main (int argc, char **argv)
{
return 0;
}