ipsservices/ipssosplugin/inc/ipsplgsearchop.h
changeset 23 2dc6caa42ec3
parent 18 578830873419
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    64      *
    64      *
    65      *
    65      *
    66      * @return
    66      * @return
    67      */
    67      */
    68     void DoCancel();
    68     void DoCancel();
    69     
    69 
    70 protected:
    70 protected:
    71 
    71 
    72     /**
    72     /**
    73      * Class constructor
    73      * Class constructor
    74      *
    74      *
   223      * Object to handle the actual searching.
   223      * Object to handle the actual searching.
   224      * Owned.
   224      * Owned.
   225      */
   225      */
   226     CIpsPlgTextSearcher* iSearcher;  
   226     CIpsPlgTextSearcher* iSearcher;  
   227     
   227     
       
   228 //    
       
   229     /**
       
   230      * Enable changing searching priority on client feedback - must be made in RunL
       
   231      */
       
   232     TInt iRequiredPriority;
       
   233 //    
   228     };
   234     };
   229 
   235 
   230 #endif /* IPSPLGSEARCHOP_H */
   236 #endif /* IPSPLGSEARCHOP_H */
   231 
   237 
   232 // End of File
   238 // End of File