changeset 62 | b47b808de481 |
parent 0 | 56b72877c1cb |
--- a/hotspotfw/hsserver/inc/am_debug.h Fri Sep 17 08:35:49 2010 +0300 +++ b/hotspotfw/hsserver/inc/am_debug.h Mon Oct 04 02:07:04 2010 +0300 @@ -34,7 +34,6 @@ public: static inline void PrintBuffer( TUint aLength, const TUint8* aData ); static inline void PrintString( const TDesC& aString, TUint aLength, const TUint8* aData ); - static inline void PrintTimestamp( const TDesC& aString ); }; #define DEBUG(a) RDebug::Print(_L(a))