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
|
@ -31,17 +31,6 @@
|
|||
|
||||
#include <dbus-c++/dbus.h>
|
||||
#include <dbus/dbus.h>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
||||
/// create std::string from any number
|
||||
template <typename T>
|
||||
std::string toString (const T &thing, int w = 0, int p = 0)
|
||||
{
|
||||
std::ostringstream os;
|
||||
os << std::setw(w) << std::setprecision(p) << thing;
|
||||
return os.str();
|
||||
}
|
||||
|
||||
#include "xml.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue