Revision 704874

Go back to digest for 2nd September 2007

Other in KDE-PIM

Kevin Krammer committed changes in /trunk/KDE/kdepim/akonadi/server/control:

- Remove server dependency on KDELibs, switching to our own functionality

Till: I initially thought about doing it as a singleton because, as you wrote, it is more convenient. However, since the class is shared between server and libakonadi, we can not just use KDE's static deleter, so we will need explicit creation/deletion points. Will be easy to do in the server processes since they have main(), but I'm not sure where to do this for usage in libakonadi.

Session ctor and dtor maybe?

File Changes

Modified 2 files
  • /trunk/KDE/kdepim/akonadi/server/control
  •   /agentmanager.cpp
  •   /CMakeLists.txt
2 files changed in total