buildverification/smoketest/messaging/Inc/TestMess.h
branchRCL_3
changeset 19 4ca382093dae
parent 5 6beaa9cf4752
child 20 493058e57c8c
equal deleted inserted replaced
5:6beaa9cf4752 19:4ca382093dae
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // This contains CTestMess which contains common constants
       
    15 // 
       
    16 //
       
    17 
       
    18 #if (!defined __TEST_MESS_H__)
       
    19 #define __TEST_MESS_H__
       
    20 
       
    21 /*@{*/
       
    22 // Literals defined for SMS account details
       
    23 _LIT(KSmsAccountName,	"Short Message");
       
    24 /*@}*/ 
       
    25 
       
    26 #endif /* __TEST_MESS_H__ */