satengine/SatServer/Engine/inc/CSatCommandContainer.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 /*
     1 /*
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   370      * Reads sat application name from the resource.
   370      * Reads sat application name from the resource.
   371      *
   371      *
   372      * @since S60 v3.0
   372      * @since S60 v3.0
   373      * @param aResourceId Selects name of the item to be read.
   373      * @param aResourceId Selects name of the item to be read.
   374      */
   374      */
   375     void CreateSatAppNameL( const TDesC& aResourceId );
   375     void CreateSatAppNameL( const TInt aResourceId );
   376 
   376 
   377     /**
   377     /**
   378      * Gives pointer to BIP Utils class.
   378      * Gives pointer to BIP Utils class.
   379      *
   379      *
   380      * @since S60 v3.0
   380      * @since S60 v3.0