localisation/apparchitecture/tef/TStartDoc.h
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-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 "Eclipse Public License v1.0"
     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.eclipse.org/legal/epl-v10.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.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 
       
    17 
       
    18 /**
    16 /**
    19  @file 
    17  @file 
    20  @internalComponent - Internal Symbian test code 
    18  @internalComponent - Internal Symbian test code 
    21 */
    19 */
    22 
    20 
    23 #if !defined(__TSTARTDOC_H__)
    21 #if !defined(__TSTARTDOC_H__)
    24 #define __TSTARTDOC_H__
    22 #define __TSTARTDOC_H__
    25 
    23 
    26 #if !defined(__E32STD_H__)
    24 #if !defined(__E32STD_H__)
    27 #include <E32STD.H>
    25 #include <e32std.h>
    28 #endif
    26 #endif
    29 /** KLitLongURL must be > 256 characters long, in this case it's 259 characters long
    27 /** KLitLongURL must be > 256 characters long, in this case it's 259 characters long
    30     The name is a little mis-leading, as it's not a real URL. URL is used in the name
    28     The name is a little mis-leading, as it's not a real URL. URL is used in the name
    31     because one of the use cases for needing document names longer than 256 characters
    29     because one of the use cases for needing document names longer than 256 characters
    32     is when starting a very long URL to be handled by a web browser application
    30     is when starting a very long URL to be handled by a web browser application
    38 */
    36 */
    39 
    37 
    40 const TInt KTStartDocTestPassed = 2387;
    38 const TInt KTStartDocTestPassed = 2387;
    41 
    39 
    42 #endif
    40 #endif
       
    41