split into multiple files for better organization

This commit is contained in:
Andreas Volz 2009-03-28 22:27:08 +01:00
parent 3b3ffe166b
commit 7424df631d
9 changed files with 1540 additions and 1472 deletions

8
tools/generate_proxy.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef __DBUSXX_TOOLS_GENERATE_PROXY_H
#define __DBUSXX_TOOLS_GENERATE_PROXY_H
#include "xml.h"
void generate_proxy(DBus::Xml::Document &doc, const char *filename);
#endif//__DBUSXX_TOOLS_GENERATE_PROXY_H