serviceproviders/sapi_sysinfo/sysinfoservice/inc/activerequest.inl
changeset 5 989d2f495d90
equal deleted inserted replaced
1:a36b1e19a461 5:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 the License "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:  describes system information notifiers.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // --------------------------------------------------------------------
       
    20 // CActiveRequest::RequestType()
       
    21 // returns request type.
       
    22 // --------------------------------------------------------------------
       
    23 //
       
    24 inline TSysRequest::TRequestType CActiveRequest::RequestType() const
       
    25     {
       
    26     return iRequestType;
       
    27     }
       
    28 
       
    29 // --------------------------------------------------------------------
       
    30 // CActiveRequest::TransactionID()
       
    31 // returns transaction id associated with active request.
       
    32 // --------------------------------------------------------------------
       
    33 //
       
    34 inline TInt32 CActiveRequest::TransactionID() const
       
    35     {
       
    36     return iTransactionID;
       
    37     }
       
    38 
       
    39 inline ISystemObserver* CActiveRequest::SystemObserver()
       
    40     {
       
    41     return iObserver;
       
    42     }