uiservicetab/vimpstengine/tsrc/vimpstengine_ut/src/stubs/s_CVIMPSTEngineSessionCntxtObserver.cpp
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Handles the use of Precense Framework
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 #include "s_CVIMPSTEngineSessionCntxtObserver.h"
       
    21 //Presence Observer
       
    22 //#include "mvimpstenginepresencesubserviceeventobserver.h"
       
    23 
       
    24 // CONTANTS
       
    25 
       
    26 
       
    27 // ================= MEMBER FUNCTIONS =======================
       
    28 
       
    29 // ---------------------------------------------------------------------------
       
    30 // CVIMPSTEnginePresenceSubService_Stub::
       
    31 //      CVIMPSTEnginePresenceSubService_Stub()
       
    32 // ---------------------------------------------------------------------------
       
    33 //
       
    34 CVIMPSTEngineSessionCntxtObserver_Stub* CVIMPSTEngineSessionCntxtObserver_Stub::NewL(TUint32 aServiceId) 
       
    35         {
       
    36     CVIMPSTEngineSessionCntxtObserver_Stub* self = NewLC(aServiceId);
       
    37     CleanupStack::Pop(self);
       
    38     return self;
       
    39         }
       
    40 
       
    41 // ---------------------------------------------------------------------------
       
    42 // CVIMPSTEnginePresenceSubService_Stub::ConstructL()
       
    43 // ---------------------------------------------------------------------------
       
    44 //
       
    45  CVIMPSTEngineSessionCntxtObserver_Stub* CVIMPSTEngineSessionCntxtObserver_Stub::NewLC(TUint32 aServiceId)
       
    46     {
       
    47    CVIMPSTEngineSessionCntxtObserver_Stub* self =
       
    48     new (ELeave) CVIMPSTEngineSessionCntxtObserver_Stub( );
       
    49     CleanupStack::PushL(self);
       
    50    // self->ConstructL();
       
    51     return self;
       
    52 
       
    53     }
       
    54     
       
    55   CVIMPSTEngineSessionCntxtObserver_Stub::~CVIMPSTEngineSessionCntxtObserver_Stub()
       
    56     {
       
    57    
       
    58 
       
    59     }  
       
    60 
       
    61 // End of file