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
9
tools/generate_adaptor.h
Normal file
9
tools/generate_adaptor.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef __DBUSXX_TOOLS_GENERATE_ADAPTOR_H
|
||||
#define __DBUSXX_TOOLS_GENERATE_ADAPTOR_H
|
||||
|
||||
#include <string>
|
||||
#include "xml.h"
|
||||
|
||||
void generate_adaptor(DBus::Xml::Document &doc, const char *filename);
|
||||
|
||||
#endif//__DBUSXX_TOOLS_GENERATE_ADAPTOR_H
|
Loading…
Add table
Add a link
Reference in a new issue