simpledatamodeladapter/inc/presenceplugincontactstateend.h
branchRCL_3
changeset 17 2669f8761a99
parent 16 2580314736af
child 18 fbd2e7cec7ef
equal deleted inserted replaced
16:2580314736af 17:2669f8761a99
     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_CPRESENCEPLUGINCONTACTSTATEEND_H
       
    20 #define C_CPRESENCEPLUGINCONTACTSTATEEND_H
       
    21 
       
    22 
       
    23 #include "presenceplugincontactstate.h"
       
    24 
       
    25 /**
       
    26  *  CPresencePluginContactStateEnd
       
    27  */
       
    28 class CPresencePluginContactStateEnd :
       
    29     public CPresencepluginContactState
       
    30     {
       
    31 
       
    32 public:
       
    33 
       
    34     /**
       
    35      * Constructor
       
    36      */
       
    37     CPresencePluginContactStateEnd( MPresenceContactsContextBase& aContext,
       
    38         CPresencePluginContactStateHandler& aStateHandler );
       
    39 
       
    40     virtual ~CPresencePluginContactStateEnd();
       
    41 
       
    42     void HandleL();
       
    43 
       
    44     };
       
    45 
       
    46 
       
    47 #endif // C_CPRESENCEPLUGINCONTACTSTATEEND_H