imservices/searchfeatureplugin/srcsearchoperations/searchop/operationgetsearchkeys.h
changeset 51 61fad867f68e
equal deleted inserted replaced
-1:000000000000 51:61fad867f68e
       
     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:  get search keys operation header
       
    15  *
       
    16 */
       
    17 
       
    18 #ifndef C_OPERATIONGETSEARCHKEYS_H
       
    19 #define C_OPERATIONGETSEARCHKEYS_H
       
    20 
       
    21 #include <e32base.h>
       
    22 #include <ximpbase.h>
       
    23 
       
    24 #include "ximpoperationbase.h"
       
    25 #include "searchoperationdefs.h"
       
    26 
       
    27 
       
    28 /**
       
    29  * get search keys operation class 
       
    30  *
       
    31  * @lib searchoperation.dll
       
    32  */
       
    33 class COperationGetSearchKeys : public CXIMPOperationBase
       
    34     {
       
    35 
       
    36     public:
       
    37         /**
       
    38 	     * constructor
       
    39 	     */
       
    40         IMPORT_C COperationGetSearchKeys();
       
    41      
       
    42         /**
       
    43 	     * 2nd phase constructor
       
    44 	     */
       
    45         void ConstructL( const TDesC8& aParamPck );
       
    46         
       
    47        /**
       
    48          * Destructor
       
    49          */
       
    50         ~COperationGetSearchKeys();
       
    51 
       
    52     public: // from CXIMPOperationBase
       
    53         /**
       
    54 	     * 
       
    55 	     * @see CXIMPOperationBase 
       
    56 	     */
       
    57         void ProcessL();
       
    58         
       
    59         /**
       
    60 	     * 
       
    61 	     * @see CXIMPOperationBase 
       
    62 	     */
       
    63         void RequestCompletedL();
       
    64         
       
    65         /**
       
    66 	     * 
       
    67 	     * @see CXIMPOperationBase 
       
    68 	     */
       
    69         TInt Type() const;
       
    70         
       
    71     };
       
    72 
       
    73 
       
    74 #endif // C_OPERATIONGETSEARCHKEYS_H