smsprotocols/smsstack/smsprot/Src/smspcdb.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
--- a/smsprotocols/smsstack/smsprot/Src/smspcdb.cpp	Thu Aug 19 11:03:36 2010 +0300
+++ b/smsprotocols/smsstack/smsprot/Src/smspcdb.cpp	Tue Aug 31 16:23:08 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1997-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"
@@ -19,6 +19,12 @@
  @file
 */
 
+
+#include "OstTraceDefinitions.h"
+#ifdef OST_TRACE_COMPILER_IN_USE
+#include "smspcdbTraces.h"
+#endif
+
 #include "smspcdb.h"
 #include "smspmain.h"
 #include "smsuset.h"
@@ -48,7 +54,7 @@
 
 void CSmspCommDbEvent::ConstructL()
 	{
-	LOGSMSPROT1("CSmspCommDbEvent::ConstructL()");
+	OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSMSPCOMMDBEVENT_CONSTRUCTL_1, "CSmspCommDbEvent::ConstructL()");
 
 	ConstructTimeoutL();
 	} // CSmspCommDbEvent::ConstructL
@@ -60,7 +66,7 @@
  */
 void CSmspCommDbEvent::NotifyOnEvent()
 	{
-	LOGSMSPROT1("CSmspCommDbEvent::NotifyOnEvent()");
+	OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSMSPCOMMDBEVENT_NOTIFYONEVENT_1, "CSmspCommDbEvent::NotifyOnEvent()");
 
 	iProperty.Subscribe(iStatus);
 	SetActive();
@@ -74,7 +80,7 @@
  */
 void CSmspCommDbEvent::Complete(TInt aError)
 	{
-	LOGSMSPROT1("CSmspCommDbEvent::Complete()");
+	OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSMSPCOMMDBEVENT_COMPLETE_1, "CSmspCommDbEvent::Complete()");
 
 	//
 	// Call the base function to perform the actual complete...