serviceproviders/sapi_landmarks/landmarksservice/inc/clandmarkcmdbase.inl
changeset 19 989d2f495d90
equal deleted inserted replaced
14:a36b1e19a461 19: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:  CLandmarkCmdBase class
       
    15  *
       
    16 */
       
    17 
       
    18 // -----------------------------------------------------------------------------
       
    19 // CLandmarkCmdBase::CLandmarkCmdBase()
       
    20 // Returns the handle to CLandmarkCmdBase instance.
       
    21 // -----------------------------------------------------------------------------
       
    22 //
       
    23 inline CLandmarkCmdBase::CLandmarkCmdBase( ) :
       
    24 	CActive(EPriorityNormal)
       
    25 	{
       
    26 	}
       
    27 
       
    28 // -----------------------------------------------------------------------------
       
    29 // CLandmarkCmdBase::TransactionId()
       
    30 // Returns the async transaction id.
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 inline TInt32 CLandmarkCmdBase::TransactionId( )
       
    34 	{
       
    35 	return iTransactionId;
       
    36 	}