vpnui/vpnmanagementui/inc/log_vpnmanagementui.h
branchRCL_3
changeset 41 e06095241a65
parent 0 33413c0669b9
equal deleted inserted replaced
40:473321461bba 41:e06095241a65
       
     1 /*
       
     2 * Copyright (c) 2003 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: Logging utility.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #if !defined(__LOG_VPNMANAGEMENTUI_H__)
       
    21 #define __LOG_VPNMANAGEMENTUI_H__
       
    22 
       
    23 _LIT(KLogFile,"vpnmanagementui.txt");
       
    24 
       
    25 #include "logcommon.h"
       
    26 
       
    27 #endif // __LOG_VPNMANAGEMENTUI_H__