bluetoothcommsprofiles/btpan/panhelpersvr/panhelperlog.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2004-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 // @file
       
    15 // @note Logging functionality for the PAN agent
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef PANHELPERLOG_H
       
    20 #define PANHELPERLOG_H
       
    21 
       
    22 namespace PanHelper
       
    23 {
       
    24 
       
    25 #ifdef __FLOG_ACTIVE // define everything we need for logging
       
    26 
       
    27 const TUint KMaxBtAddrSize = 19;	// 0x11:22:33:44:55:66 - 19 chars
       
    28 _LIT(KBtAddrSeparator, ":");
       
    29 
       
    30 #endif // __FLOG_ACTIVE
       
    31 
       
    32 } // namespace PanHelper
       
    33 	
       
    34 #endif // PANHELPERLOG_H