hotspotfw/hsserver/inc/am_debug.h
changeset 62 b47b808de481
parent 0 56b72877c1cb
equal deleted inserted replaced
58:301aeb18ae47 62:b47b808de481
    32 class Debug
    32 class Debug
    33     {
    33     {
    34     public:
    34     public:
    35         static inline void PrintBuffer( TUint aLength, const TUint8* aData );
    35         static inline void PrintBuffer( TUint aLength, const TUint8* aData );
    36         static inline void PrintString( const TDesC& aString, TUint aLength, const TUint8* aData );
    36         static inline void PrintString( const TDesC& aString, TUint aLength, const TUint8* aData );
    37         static inline void PrintTimestamp( const TDesC& aString );
       
    38     };
    37     };
    39 
    38 
    40 #define DEBUG(a)		            RDebug::Print(_L(a))
    39 #define DEBUG(a)		            RDebug::Print(_L(a))
    41 #define DEBUG1(a,b)		            RDebug::Print(_L(a),b)
    40 #define DEBUG1(a,b)		            RDebug::Print(_L(a),b)
    42 #define DEBUG2(a,b,c)	            RDebug::Print(_L(a),b,c)
    41 #define DEBUG2(a,b,c)	            RDebug::Print(_L(a),b,c)