equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: Declaration for MMCScBkupPhoneModelUtils |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 #ifndef __MMCSCBKUPPHONEMODELUTILS_H__ |
|
20 #define __MMCSCBKUPPHONEMODELUTILS_H__ |
|
21 |
|
22 // System includes |
|
23 #include <f32file.h> |
|
24 #include <babitflags.h> |
|
25 |
|
26 /** |
|
27 * |
|
28 * |
|
29 * @since 3.0 |
|
30 */ |
|
31 class MMCScBkupPhoneModelUtils |
|
32 { |
|
33 public: |
|
34 |
|
35 /** |
|
36 * |
|
37 */ |
|
38 static HBufC8* CurrentPhoneModelLC(); |
|
39 |
|
40 /** |
|
41 * |
|
42 */ |
|
43 static TInt MaximumPhoneModelIdentifierLength(); |
|
44 |
|
45 /** |
|
46 * |
|
47 */ |
|
48 static TBool ArchiveRestorePermissableL( const TDesC8& aPhoneModelData, TBitFlags aArchiveFlags, const TVersion& aArchiveVersion ); |
|
49 }; |
|
50 |
|
51 |
|
52 |
|
53 |
|
54 #endif // __MMCScBkupPhoneModelUtils_H__ |
|
55 |
|
56 //End of File |