telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstate.h
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
--- a/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstate.h	Thu Aug 19 11:03:36 2010 +0300
+++ b/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstate.h	Tue Aug 31 16:23:08 2010 +0300
@@ -31,6 +31,7 @@
 #include "pdpfsmnmspace.h"
 
 
+
 class CPdpFsm;
 //class REtelDriverInput;
 class CPdpFsmFactory;
@@ -53,8 +54,10 @@
 	void SpudManNotify (CPdpFsm& aFsm, TInt aNotification, TInt aParam);
 	
 public:
-#ifdef _DEBUG
+#if (OST_TRACE_CATEGORY & OST_TRACE_CATEGORY_DEBUG)
 	TBuf<100> iName;
+#else
+	TBuf<1> iName;
 #endif		
 
 protected: