|
1 /* |
|
2 * Copyright (c) 2007 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: Provides private utilities for SendUi. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 // INCLUDE FILES |
|
22 #include <apmstd.h> |
|
23 #include <apgcli.h> |
|
24 #include <caf/caf.h> |
|
25 //#include <MsgMimeTypes.h> |
|
26 |
|
27 #include "SendUiUtils.h" |
|
28 |
|
29 // CONSTANTS |
|
30 _LIT8( KMmsSymbianInternalPattern, "x-epoc/x-app0"); |
|
31 |
|
32 const TInt KSenduiUrlMaxLen = 1024; |
|
33 |
|
34 // ============================ MEMBER FUNCTIONS =============================== |
|
35 |
|
36 // ----------------------------------------------------------------------------- |
|
37 // SendUiUtils::OpenFileHandleL |
|
38 // ----------------------------------------------------------------------------- |
|
39 // |
|
40 RFile SendUiUtils::OpenFileHandleL( const TDesC& aFilePath, RFs& aFs ) |
|
41 { |
|
42 } |
|
43 |
|
44 // ----------------------------------------------------------------------------- |
|
45 // SendUiUtils::DrmContentUrlL |
|
46 // ----------------------------------------------------------------------------- |
|
47 // |
|
48 TBool SendUiUtils::HasContentUrlL( RFile& aFile ) |
|
49 { |
|
50 } |
|
51 |
|
52 // ----------------------------------------------------------------------------- |
|
53 // SendUiUtils::ResolveMimeTypeL |
|
54 // ----------------------------------------------------------------------------- |
|
55 // |
|
56 void SendUiUtils::ResolveMimeTypeL( const RFile& aFile, TDataType& aMimeType ) |
|
57 { |
|
58 } |
|
59 |
|
60 // End of File |