epoc32/include/app/smutsimparam.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
       
    14 // smutsimparam.h
    14 //
    15 //
    15 
    16 /**
       
    17  * @file 
       
    18  * @publishedAll
       
    19  * @released
       
    20  */
    16 #ifndef __SMUTSIMPARAM_H__
    21 #ifndef __SMUTSIMPARAM_H__
    17 #define __SMUTSIMPARAM_H__
    22 #define __SMUTSIMPARAM_H__
    18 
    23 
    19 #include <msvapi.h>
    24 #include <msvapi.h>
    20 #include <smcmmain.h>
    25 #include <smcmmain.h>
    21 
       
    22 /**
       
    23 The UID for the stream into which the SIM parameters are stored.
       
    24 
       
    25 @internalComponent
       
    26 @deprecated
       
    27 Should be moved to the cpp file for this class.
       
    28 */
       
    29 const TUid KUidMsvSimSmsParams = {0x100081BC};
       
    30 
    26 
    31 class CMobilePhoneSmspList;
    27 class CMobilePhoneSmspList;
    32 class TSmsProgress;
    28 class TSmsProgress;
    33 
    29 
    34 /**
    30 /**
    36 
    32 
    37 This is used by CSmsSimParamOperation.
    33 This is used by CSmsSimParamOperation.
    38 
    34 
    39 @see CSmsSimParamOperation::ProgressL()
    35 @see CSmsSimParamOperation::ProgressL()
    40 
    36 
    41 @internalComponent
    37 @publishedAll
    42 @released
    38 @released
    43 */
    39 */
    44 typedef TPckgBuf<TInt> TIntBuf;
    40 typedef TPckgBuf<TInt> TIntBuf;
    45 
    41 
    46 /**
    42 /**
    57 @see	CSmsClientMtm::WriteSimParamsL
    53 @see	CSmsClientMtm::WriteSimParamsL
    58 
    54 
    59 @publishedAll
    55 @publishedAll
    60 @released
    56 @released
    61 */
    57 */
    62 class CSmsSimParamOperation : public CMsvOperation
    58 NONSHARABLE_CLASS (CSmsSimParamOperation) : public CMsvOperation
    63 	{
    59 	{
    64 public:
    60 public:
    65 
    61 
    66 	static CSmsSimParamOperation* ReadSimParamsL(TUid aMtm, TMsvId aService, CMsvSession& aMsvSession, TRequestStatus& aObserverRequestStatus);
    62 	static CSmsSimParamOperation* ReadSimParamsL(TUid aMtm, TMsvId aService, CMsvSession& aMsvSession, TRequestStatus& aObserverRequestStatus);
    67 	static CSmsSimParamOperation* WriteSimParamsL(const CMobilePhoneSmspList& aList, TUid aMtm, TMsvId aService, CMsvSession& aMsvSession, TRequestStatus& aObserverRequestStatus);
    63 	static CSmsSimParamOperation* WriteSimParamsL(const CMobilePhoneSmspList& aList, TUid aMtm, TMsvId aService, CMsvSession& aMsvSession, TRequestStatus& aObserverRequestStatus);