syncevolution/src/backends/qtcontacts
Patrick Ohly de8461f802 code restructing: Exception, throwError()
Raising exceptions via throwError() looses the original source code
location information. Fixing that by explicitly passing that
information as additional parameter, created with the preprocessor
macro SE_HERE.

Several files included the complex SyncContext.h only because needed
throwError(). A better place for the revised implementation is the
Exception class which used to be in util.h, now Exception.h.

Simplifying the include statements exposed indirect include
dependencies and removed "using namespace std" from the compilation of
some source files which happened to rely on it. We want to get rid of
that name space polution, so fix the code instead of adding it back.
2014-05-02 16:43:52 +02:00
..
QtContactsSource.cpp code restructing: Exception, throwError() 2014-05-02 16:43:52 +02:00
QtContactsSource.h backend API cleanup: removal of "const char *" return types 2011-01-18 15:15:09 +01:00
QtContactsSourceRegister.cpp SyncSource: remove special RegisterSyncSource::InactiveSource pointer 2012-03-09 07:25:11 +00:00
configure-sub.in Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00
qtcontacts.am autotools: avoid -lrt in make dependencies 2013-02-26 12:03:45 +01:00