serviceproviders/sapi_landmarks/inc/clandmarkcategoryiterable.h
changeset 37 5d0ec8b709be
parent 19 989d2f495d90
--- a/serviceproviders/sapi_landmarks/inc/clandmarkcategoryiterable.h	Tue Nov 24 08:56:33 2009 +0200
+++ b/serviceproviders/sapi_landmarks/inc/clandmarkcategoryiterable.h	Thu Dec 17 09:09:50 2009 +0200
@@ -27,7 +27,7 @@
 class CPosLandmarkDatabase;
 class CPosLmCategoryManager;
 class CPosLmItemIterator;
-
+class CLandmarkHandler;
 /**
 * CLandmarkCategoryIterable
 * This class inherits from CLiwIterable and implements the Reset() and 
@@ -55,6 +55,10 @@
         * Destructor.
         */
         ~CLandmarkCategoryIterable();
+        
+        void SetHandler(CLandmarkHandler* aHandler);
+        
+        void Close(); 
 
     protected: //from CLiwIterable
 
@@ -84,6 +88,7 @@
 
     private: //data
 
+        CLandmarkHandler* iHandler;
         /**
         * iIterator
         * The handle to the CPosLmItemIterator landmark iterator.