equal
deleted
inserted
replaced
1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2003-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: |
44 @internalComponent |
44 @internalComponent |
45 @released |
45 @released |
46 */ |
46 */ |
47 const TUid KHlpAppWsMsg={ 0x100055c7 }; |
47 const TUid KHlpAppWsMsg={ 0x100055c7 }; |
48 |
48 |
|
49 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
50 |
49 /** Maximum length of command line to launch application. |
51 /** Maximum length of command line to launch application. |
50 @internalComponent |
52 @internalComponent |
51 @released |
53 @released |
52 */ |
54 */ |
53 const TInt KMaxCmdLineLength = 512; |
55 const TInt KMaxCmdLineLength = 512; |
75 CHlpCmdLine(CArrayFix<TCoeHelpContext>* aContextList); |
77 CHlpCmdLine(CArrayFix<TCoeHelpContext>* aContextList); |
76 private: |
78 private: |
77 CArrayFix<TCoeHelpContext>* iContextList; |
79 CArrayFix<TCoeHelpContext>* iContextList; |
78 CBufFlat* iCmdLine; |
80 CBufFlat* iCmdLine; |
79 }; |
81 }; |
|
82 |
|
83 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS |
80 |
84 |
81 class HlpLauncher |
85 class HlpLauncher |
82 /** Launches the help application. |
86 /** Launches the help application. |
83 |
87 |
84 It assumes that such an application is at z:\\Sys\\Bin\\CsHelp.exe |
88 It assumes that such an application is at z:\\Sys\\Bin\\CsHelp.exe |