Commit graph

5 commits

Author SHA1 Message Date
Chris Kühl a425d70386 server: Renamed 'dbus-server' sub-directory to 'dbus/server' 2011-08-26 12:52:16 +02:00
Chris Kühl b7a068a626 dbus-server: Remove 'syncevo-' prefix from source files 2011-08-26 12:52:16 +02:00
Chris Kühl d893123592 dbus-server: Removed "using namespace XXX" statement from headers.
In order to get rid of the namespace pollution, all "using namespace"
statements have been removed from header files. Where needed, they
were moved into the implementation files. Further work is need to get
rid of the std namespace pollution coming from headers in the
src/syncevo directory.
2011-08-26 12:52:15 +02:00
Chris Kühl 82fe75ff28 dbus-server: Cleaned up include files after reorganization.
Removed the temporary common.h header and distributed the includes
across the individual source files. Attempted to have as few as
possible includes in the .h files, preferring to forward reference
where possible.
2011-08-26 12:52:15 +02:00
Chris Kühl 004d749cbc dbus-server: Broke Connection class out into its own .h/.cpp files. 2011-08-26 12:52:15 +02:00