bluetoothengine/bteng/src/btengpairman.cpp
changeset 25 9c3798b88e30
parent 24 8930e1d1d530
--- a/bluetoothengine/bteng/src/btengpairman.cpp	Fri Apr 23 23:54:40 2010 +0300
+++ b/bluetoothengine/bteng/src/btengpairman.cpp	Sat Apr 24 00:12:05 2010 +0300
@@ -412,6 +412,7 @@
 
 TInt CBTEngPairMan::AddUiCookieJustWorksPaired( const TBTNamelessDevice& aDev )
     {
+	TRACE_FUNC_ENTRY
     TInt err( KErrNone );
     // There might be UI cookies used by other applications,
     // we should not overwrite them. 
@@ -426,6 +427,7 @@
         err = UpdateRegDevice( dev );
         TRACE_INFO( ( _L( "[BTENG] CBTEngOtgPair write Ui cookie ret %d"), err ) );
         }
+    TRACE_FUNC_EXIT
     return err;
     }