hotspotfw/hsserver/inc/am_debug.h
changeset 61 e1d68407ed06
parent 0 56b72877c1cb
--- a/hotspotfw/hsserver/inc/am_debug.h	Fri Sep 03 09:37:37 2010 +0300
+++ b/hotspotfw/hsserver/inc/am_debug.h	Thu Sep 16 12:52:33 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))