searcher/searchserver/inc/ccpixsearch.h
changeset 24 65456528cac2
parent 14 8bd192d47aaa
equal deleted inserted replaced
23:d4d56f5e7c55 24:65456528cac2
    16 */
    16 */
    17 
    17 
    18 #ifndef CCPIXSEARCH_H_
    18 #ifndef CCPIXSEARCH_H_
    19 #define CCPIXSEARCH_H_
    19 #define CCPIXSEARCH_H_
    20 
    20 
       
    21 #include "cpixsynctools.h"
    21 #include <e32base.h>
    22 #include <e32base.h>
    22 #include "CCPixAbstractSearcher.h"
    23 #include "CCPixAbstractSearcher.h"
    23 
    24 
    24 #include <stdio.h>
    25 #include <stdio.h>
    25 #include <wchar.h>
    26 #include <wchar.h>
    55 	/**
    56 	/**
    56 	 * Releases databasehandle and frees resources. CPix does it own reference counting and doesn't release
    57 	 * Releases databasehandle and frees resources. CPix does it own reference counting and doesn't release
    57 	 * all resources until all handles to given database are closed.
    58 	 * all resources until all handles to given database are closed.
    58 	 */
    59 	 */
    59 	virtual ~CCPixSearch();
    60 	virtual ~CCPixSearch();
       
    61 	
       
    62 	static Cpt::Mutex hitMutex_;
    60 	
    63 	
    61 public:
    64 public:
    62 	
    65 	
    63 	/**
    66 	/**
    64 	 * Cancel any incomplete asyncronous operation
    67 	 * Cancel any incomplete asyncronous operation