telephonyserverplugins/simatktsy/utility/src/cbertlv.cpp
branchRCL_3
changeset 19 630d2f34d719
parent 0 3553901f7fa8
child 20 07a122eea281
--- a/telephonyserverplugins/simatktsy/utility/src/cbertlv.cpp	Thu Aug 19 11:03:36 2010 +0300
+++ b/telephonyserverplugins/simatktsy/utility/src/cbertlv.cpp	Tue Aug 31 16:23:08 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2005-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"
@@ -21,8 +21,13 @@
 
 
 //  Include Files  
+
+#include "OstTraceDefinitions.h"
+#ifdef OST_TRACE_COMPILER_IN_USE
+#include "cbertlvTraces.h"
+#endif
+
 #include "CBerTlv.h"				// Header of this class
-#include "tflogger.h"				// For logging
 
 //  External Data Structures  
 //    none
@@ -76,7 +81,7 @@
         TInt itemNbr                // Item number
         )
     {
-    TFLOGSTRING("UTILITY: CBerTlv::TlvByTagValue");
+    OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_BORDER, CBERTLV_TLVBYTAGVALUE_1, "UTILITY: CBerTlv::TlvByTagValue");
     TInt currentTlv( 0 );
     TInt tlvLength( 0 );
     TInt index( 0 );
@@ -146,7 +151,7 @@
         TUint8 aTlvTagValue         // Tag of TLV to find
         )
     {
-    TFLOGSTRING("UTILITY: CBerTlv::TlvByTagValueMulti");
+    OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_BORDER, CBERTLV_TLVBYTAGVALUEMULTI_1, "UTILITY: CBerTlv::TlvByTagValueMulti");
     TInt currentTlv( 0 );
     TInt16 tlvLength( 0 );
     TInt indMulti( 0 );