--- a/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstates.h Thu May 27 14:05:07 2010 +0300
+++ b/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstates.h Fri Jun 11 14:49:29 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
@@ -24,7 +24,6 @@
#define TPDPSTATES_H
#include "tpdpstate.h"
-#include "spudfsmdebuglogger.h"
class CPdpFsm;
@@ -35,7 +34,6 @@
public: \
TPdpState##state (CPdpFsmFactory * aPdpFsmFactory) \
{ \
- SPUDFSMVERBOSE_FNLOG("TPdpState" L ## #state L"::TPdpState" L ## #state L"()"); \
iName = KName##state; \
iPdpFsmFactory = aPdpFsmFactory; \
} \
@@ -49,7 +47,6 @@
public: \
TPdpState##state (CPdpFsmFactory * aPdpFsmFactory) \
{ \
- SPUDFSMVERBOSE_FNLOG("TPdpState" L ## #state L"::TPdpState" L ## #state L"()"); \
iPdpFsmFactory = aPdpFsmFactory; \
} \
TInt Input (CPdpFsm& aFsm, TInt aOperation, TInt aErrorCode); \