[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/akonadi/server
From:       Till Adam <adam () kde ! org>
Date:       2010-04-25 11:37:49
Message-ID: 20100425113749.DBD6DAC8A6 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1118608 by tilladam:

Remove the search modify special case again, it's handled via the
regular collection modify now.


 M  +0 -1      CMakeLists.txt  
 M  +0 -3      src/handler.cpp  
 D             src/handler/searchpersistentmodify.cpp  
 D             src/handler/searchpersistentmodify.h  


--- trunk/kdesupport/akonadi/server/CMakeLists.txt #1118607:1118608
@@ -86,7 +86,6 @@
   src/handler/search.cpp
   src/handler/searchhelper.cpp
   src/handler/searchpersistent.cpp
-  src/handler/searchpersistentmodify.cpp
   src/handler/select.cpp
   src/handler/subscribe.cpp
   src/handler/status.cpp
--- trunk/kdesupport/akonadi/server/src/handler.cpp #1118607:1118608
@@ -48,7 +48,6 @@
 #include "handler/resourceselect.h"
 #include "handler/search.h"
 #include "handler/searchpersistent.h"
-#include "handler/searchpersistentmodify.h"
 #include "handler/select.h"
 #include "handler/subscribe.h"
 #include "handler/status.h"
@@ -122,8 +121,6 @@
         return new Select( scope );
     if ( command == "SEARCH_STORE" )
         return new SearchPersistent();
-    if ( command == "SEARCH_MODIFY" )
-        return new SearchPersistentModify();
     if ( command == "SEARCH" )
         return new Search();
     if ( command == AKONADI_CMD_ITEMFETCH )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic