add desc logging

This commit is contained in:
ehouse 2005-01-18 14:58:56 +00:00
parent 02a299a73f
commit 1d2c8664f7

View file

@ -27,5 +27,10 @@
void symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const TDesC16& desc );
void symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const XP_UCHAR* str );
#ifdef DEBUG
void XP_LOGDESC16( const TDesC16* desc );
#else
# define XP_LOGDESC16(d)
#endif
#endif