bluetoothengine/btaudioman/inc/debug.h
changeset 22 4255033c5d30
parent 0 f63038272f30
equal deleted inserted replaced
2:0b192a3a05a4 22:4255033c5d30
    19 #ifndef PRJ_LOGGING_H
    19 #ifndef PRJ_LOGGING_H
    20 #define PRJ_LOGGING_H
    20 #define PRJ_LOGGING_H
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include "debugconfig.h"
    23 #include "debugconfig.h"
       
    24 
       
    25 enum TPanic
       
    26 	{
       
    27 	EInvalidNullState = 1,
       
    28 	};
    24 
    29 
    25 #ifdef PRJ_ENABLE_TRACE
    30 #ifdef PRJ_ENABLE_TRACE
    26 
    31 
    27 #ifdef PRJ_FILE_TRACE
    32 #ifdef PRJ_FILE_TRACE
    28 #include <flogger.h>
    33 #include <flogger.h>