split into multiple files for better organization
This commit is contained in:
parent
3b3ffe166b
commit
7424df631d
9 changed files with 1540 additions and 1472 deletions
8
tools/generate_proxy.h
Normal file
8
tools/generate_proxy.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue