From kde-commits Mon Oct 23 16:13:43 2006 From: Volker Krause Date: Mon, 23 Oct 2006 16:13:43 +0000 To: kde-commits Subject: branches/work/akonadi-autodbcode/server Message-Id: <1161620023.000775.14762.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116162006804891 SVN commit 598457 by vkrause: - port to autogenerated data structures and database access methods - autogenerate insert code The autogenerated code is committed for now. M +2 -1 CMakeLists.txt M +1 -4 src/akonadiconnection.cpp M +1 -1 src/akonadiconnection.h M +1 -1 src/handler/append.cpp M +6 -6 src/handler/create.cpp M +2 -2 src/handler/delete.cpp M +1 -1 src/handler/expunge.cpp M +3 -3 src/handler/fetch.cpp M +1 -1 src/handler/modify.cpp M +4 -4 src/handler/rename.cpp M +5 -5 src/handler/select.cpp M +5 -5 src/handler/status.cpp M +7 -7 src/handler/store.cpp M +5 -5 src/resourcemanager.cpp M +60 -60 src/storage/akonadidb.xml M +43 -437 src/storage/datastore.cpp M +4 -15 src/storage/datastore.h M +1 -1 src/storage/dbinitializer.cpp M +16 -16 src/storage/debug.cpp M +2 -2 src/storage/debug.h A src/storage/entities.cpp [License: no copyright] A src/storage/entities.h [License: no copyright] M +37 -1 src/storage/entities.xsl M +13 -298 src/storage/entity.cpp M +47 -219 src/storage/entity.h M +7 -10 src/storage/notificationcollector.cpp M +1 -1 src/storage/notificationcollector.h