ximpfw/presence/srcpresenceoperations/operationlaunchcleaner.h
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     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:  Internal operation for launching cleaner
       
    15  *
       
    16 */
       
    17 
       
    18 #ifndef CPSCOPERATIONLAUNCHCLEANER_H
       
    19 #define CPSCOPERATIONLAUNCHCLEANER_H
       
    20 
       
    21 
       
    22 #include <e32base.h>
       
    23 #include <ximpbase.h>
       
    24 #include "ximpoperationbase.h"
       
    25 #include "presenceoperationdefs.h"
       
    26 
       
    27 
       
    28 /**
       
    29  * Internal synthesise own subscription event operation
       
    30  *
       
    31  * @lib ximpoperations.lib
       
    32  * @since S60 v4.0
       
    33  */
       
    34 class COperationLaunchCleaner : public CXIMPOperationBase
       
    35     {
       
    36     public:
       
    37 
       
    38         IMPORT_C COperationLaunchCleaner();
       
    39 
       
    40         void ConstructL( const TDesC8& aParamPck );
       
    41 
       
    42         ~COperationLaunchCleaner();
       
    43 
       
    44 
       
    45     public: // from CXIMPOperationBase
       
    46 
       
    47         void ProcessL();
       
    48 
       
    49         void RequestCompletedL();
       
    50 
       
    51         TInt Type() const;
       
    52         
       
    53         void EndOperation();
       
    54 
       
    55     private: // data
       
    56     };
       
    57 
       
    58 
       
    59 #endif // CPSCOPERATIONLAUNCHCLEANER_H