9 lines
235 B
C++
9 lines
235 B
C++
#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
|