[Clientapps-cvs] symbiancommon/debug/pub/dbg hxsym_debug_print.h, 1.4, 1.5
damann at helixcommunity.org damann at helixcommunity.orgUpdate of /cvsroot/clientapps/symbiancommon/debug/pub/dbg
In directory cvs:/tmp/cvs-serv19445/debug/pub/dbg
Modified Files:
hxsym_debug_print.h
Log Message:
Synopsis: Remove dependency on symbianplayer for symbianMmf
Index: hxsym_debug_print.h
===================================================================
RCS file: /cvsroot/clientapps/symbiancommon/debug/pub/dbg/hxsym_debug_print.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hxsym_debug_print.h 14 Nov 2003 01:15:40 -0000 1.4
+++ hxsym_debug_print.h 12 Oct 2005 23:21:56 -0000 1.5
@@ -19,7 +19,11 @@
#include "debug.h"
// project
+
+#if !defined(HELIX_FEATURE_SYMBIAN_MMF)
#include "chxavplayerstate.h"
+#endif
+
#include "chxavstringutils.h"
#if !defined(HELIX_FEATURE_DPRINTF)
@@ -30,7 +34,9 @@
{
//////////////////////////////////
// return descriptive strings for debug printfs
+#if !defined(HELIX_FEATURE_SYMBIAN_MMF)
const char* State(CHXAvPlayerState::State state);
+#endif
const char* ErrorCode(HX_RESULT hr);
const char* BufferReason(INT32 reason);
const char* SevCode(UINT32 sevCode);