simpledatamodeladapter/src/presenceplugincontactstatesearch.cpp
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 #include "presenceplugincontactstatesearch.h"
       
    20 #include "presencecontactscontextbase.h"
       
    21 
       
    22 
       
    23 // ======== MEMBER FUNCTIONS ========
       
    24 
       
    25 // ---------------------------------------------------------------------------
       
    26 // CPresencePluginContactStateSearch::CPresencePluginContactStateSearch
       
    27 // ---------------------------------------------------------------------------
       
    28 //
       
    29 CPresencePluginContactStateSearch::CPresencePluginContactStateSearch(
       
    30     MPresenceContactsContextBase& aContext,
       
    31     CPresencePluginContactStateHandler& aStateHandler )
       
    32     : CPresencepluginContactState( aContext, aStateHandler )
       
    33     {
       
    34     }
       
    35 
       
    36 
       
    37 // ---------------------------------------------------------------------------
       
    38 // CPresencePluginContactStateSearch::~CPresencePluginContactStateSearch
       
    39 // ---------------------------------------------------------------------------
       
    40 //
       
    41 CPresencePluginContactStateSearch::~CPresencePluginContactStateSearch()
       
    42     {
       
    43     }
       
    44 
       
    45 
       
    46 // ---------------------------------------------------------------------------
       
    47 // CPresencePluginContactStateSearch::HandleL
       
    48 // ---------------------------------------------------------------------------
       
    49 //
       
    50 void CPresencePluginContactStateSearch::HandleL()
       
    51     {
       
    52     iContext->SearchL();
       
    53     }