localconnectivityservice/obexsendservices/obexhighway/inc/btsendingservicedebug.h
changeset 33 0b722902461e
parent 32 51f207bebb06
equal deleted inserted replaced
32:51f207bebb06 33:0b722902461e
    14 * Description:  This file defines logging macros for BTSS.
    14 * Description:  This file defines logging macros for BTSS.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef BT_SENDING_SERVICE_DEBUG_H
    19 #ifndef BTSENDINGSERVICEDEBUG_H
    20 #define BT_SENDING_SERVICE_DEBUG_H
    20 #define BTSENDINGSERVICEDEBUG_H
    21 
    21 
    22 
    22 
    23 #ifdef _DEBUG
    23 #ifdef _DEBUG
    24 // ===========================================================================
    24 // ===========================================================================
    25 #ifdef __WINS__     // File logging for WINS
    25 #ifdef __WINS__     // File logging for WINS
    74 #define FTRACE(a)
    74 #define FTRACE(a)
    75 
    75 
    76 #endif // _DEBUG
    76 #endif // _DEBUG
    77 
    77 
    78 
    78 
    79 #endif // BT_SENDING_SERVICE_DEBUG_H
    79 #endif // BTSENDINGSERVICEDEBUG_H
    80 
    80 
    81 // End of File
    81 // End of File