landmarksui/engine/inc/mlmkdbsearchutilsobserver.h
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    LandmarksUi Content File -    The class declared in this file is the defination of the observer
       
    15 *				 for the CLmkDbSearchUtils.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #ifndef MLMKDBSEARCHUTILSOBSERVER_H
       
    26 #define MLMKDBSEARCHUTILSOBSERVER_H
       
    27 
       
    28 // INCLUDE FILES
       
    29 #include <EPos_Landmarks.h>
       
    30 
       
    31 class MLmkDbSearchUtilsObserver
       
    32 	{
       
    33 	public:
       
    34 		/**
       
    35 		* Callback function for db search. The callback function will get the
       
    36 		* set of Landmarks id as the output of the search.
       
    37 		*
       
    38 		* @param aArray array of TPosLmItemId's
       
    39 		*/
       
    40 		virtual void HandleCategorySearchNotifyL(RArray<TPosLmItemId> aArray) = 0;
       
    41 
       
    42 		virtual void HandleLmkSearchNotifyL() = 0;
       
    43 	};
       
    44 
       
    45 #endif //MLMKDBSEARCHUTILSOBSERVER_H