uiservicetab/vimpstengine/tsrc/vimpstengine_ut/src/stubs/s_CVIMPSTEngineSessionCntxtObserver.h
changeset 15 81eeb8c83ce5
parent 0 5e5d6b214f4f
equal deleted inserted replaced
0:5e5d6b214f4f 15:81eeb8c83ce5
     1 /*
       
     2 * Copyright (c) 2008 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:  Class handling connection to precense framework
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef     s_CVIMPSTEngineSessionCntxtObserver_H
       
    20 #define     s_CVIMPSTEngineSessionCntxtObserver_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32base.h>
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 
       
    31 
       
    32 NONSHARABLE_CLASS( CVIMPSTEngineSessionCntxtObserver_Stub ): public CBase 
       
    33 	                                                           
       
    34 						  
       
    35                          
       
    36     {
       
    37     public:
       
    38 
       
    39         /**
       
    40          * Two-phased constructor.
       
    41          *
       
    42          * @since s60 5.0
       
    43          * @param aServiceId, service id
       
    44          * @param aCchHandler, reference to cchhandler.
       
    45          * @param aTableFetcher, reference to settingstable.
       
    46          * @param aXimpEventObserver, reference to ximpevent observer.
       
    47          * @param aServiceStateListener, reference to servicestatelistener.
       
    48          */
       
    49         static CVIMPSTEngineSessionCntxtObserver_Stub* NewL( TUint32 aServiceId );
       
    50 
       
    51         /**
       
    52          * Two-phased constructor.
       
    53          *
       
    54          * @since s60 5.0
       
    55          * @param aServiceId, service id
       
    56          * @param aCchHandler, reference to cchhandler.
       
    57          * @param aTableFetcher, reference to settingstable.
       
    58          * @param aXimpEventObserver, reference to ximpevent observer.
       
    59          * @param aServiceStateListener, reference to servicestatelistener.
       
    60          */
       
    61         static CVIMPSTEngineSessionCntxtObserver_Stub* NewLC(TUint32 aServiceId );
       
    62 
       
    63         /**
       
    64          * Standard C++ destructor
       
    65          */    
       
    66         ~CVIMPSTEngineSessionCntxtObserver_Stub();        
       
    67     
       
    68      	
       
    69     
       
    70     private: // Data
       
    71                                 
       
    72         // Service identifier
       
    73         TUint32 iServiceId; 
       
    74         
       
    75        
       
    76     }; 
       
    77 
       
    78 #endif //s_CVIMPSTEngineSessionCntxtObserver_H
       
    79