--- a/smsprotocols/smsstack/smsprot/Src/smspcdb.cpp Wed Jun 16 15:43:02 2010 +0100
+++ b/smsprotocols/smsstack/smsprot/Src/smspcdb.cpp Thu Jul 22 16:45:24 2010 +0100
@@ -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...