sync from fd.orf

This commit is contained in:
Andreas Volz 2009-11-16 22:14:08 +01:00
parent a2f2b93e36
commit d55e70a385
26 changed files with 186 additions and 159 deletions

View file

@ -1,6 +1,6 @@
/*
*
* D-->Bus++ - C++ bindings for D-Bus
* D-Bus++ - C++ bindings for D-Bus
*
* Copyright (C) 2005-2007 Paolo Durante <shackan@gmail.com>
*
@ -30,7 +30,6 @@
#include <iostream>
#include <fstream>
#include <sstream>
#include <algorithm>
#include "xml2cpp.h"
#include "generate_adaptor.h"
@ -54,13 +53,16 @@ void usage(const char *argv0)
return t;
return DBUS_TYPE_INVALID;
}
}*/
bool is_atomic_type(const string &type)
/*bool is_atomic_type(const string &type)
{
return type.length() == 1 && char_to_atomic_type(type[0]) != DBUS_TYPE_INVALID;
}*/
int main(int argc, char ** argv)
{
if (argc < 2)