cmmanager/cmmgr/Plugins/cmpluginpacketdata/inc/cmpacketdatacommonconstants.h
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 21 b8e8e15e80f2
child 23 7ec726f93df1
child 28 860702281757
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
     1 /*
       
     2 * Copyright (c) 2006 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:  constants for the packet data plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CMPACKETDATACOMMONCONSTANTS_H
       
    19 #define CMPACKETDATACOMMONCONSTANTS_H
       
    20 
       
    21 // CONSTANTS
       
    22 _LIT( KPluginPacketDataResDirAndFileName, "z:cmpacketdataui.rsc" );
       
    23 _LIT( KEmptyAddress, "http://" );
       
    24 
       
    25 #endif  // CMPACKETDATACOMMONCONSTANTS_H