simpledatamodeladapter/inc/presenceplugincontactstateresolve.h
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 0 c8caa15ef882
equal deleted inserted replaced
34:2669f8761a99 35:fbd2e7cec7ef
       
     1 /*
       
     2 * Copyright (c) 2010 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:  IETF SIMPLE Protocol implementation for XIMP Framework
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_CPRESENCEPLUGINCONTACTSTATERESOLVE_H
       
    20 #define C_CPRESENCEPLUGINCONTACTSTATERESOLVE_H
       
    21 
       
    22 
       
    23 #include "presenceplugincontactstate.h"
       
    24 
       
    25 /**
       
    26  *  CPresencePluginContactStateResolve
       
    27  * 
       
    28  */
       
    29 class CPresencePluginContactStateResolve :
       
    30     public CPresencepluginContactState
       
    31     {
       
    32 
       
    33 public:
       
    34 
       
    35     /**
       
    36      * Constructor
       
    37      */
       
    38     CPresencePluginContactStateResolve( MPresenceContactsContextBase& aContext,
       
    39             CPresencePluginContactStateHandler& aStateHandler );
       
    40 
       
    41     virtual ~CPresencePluginContactStateResolve();
       
    42 
       
    43     void HandleL();
       
    44     
       
    45     void Complete();
       
    46     
       
    47 private: // Data
       
    48     
       
    49     TInt iContactLinkIndex;
       
    50 
       
    51     TInt iContactLinkCount;
       
    52 
       
    53     };
       
    54 
       
    55 
       
    56 #endif // C_CPRESENCEPLUGINCONTACTSTATERESOLVE_H