--- a/bluetoothengine/btnotif/btnotifsrv/src/bluetoothnotification.cpp Wed Jun 23 18:23:52 2010 +0300
+++ b/bluetoothengine/btnotif/btnotifsrv/src/bluetoothnotification.cpp Tue Jul 06 14:27:09 2010 +0300
@@ -148,7 +148,7 @@
BOstraceFunctionEntry1( DUMMY_DEVLIST, this );
iDialog->Cancel();
iManager->ReleaseNotification( this );
- BOstraceFunctionExit1( DUMMY_DEVLIST, this );
+ BOstraceFunctionExit0( DUMMY_DEVLIST );
return KErrNone;
}
@@ -390,6 +390,6 @@
resultBuf.Close();
iManager->ReleaseNotification( this );
// Note that we might get deleted after releasing ourselves.
- BOstraceFunctionExit1( DUMMY_DEVLIST, this );
+ BOstraceFunctionExit0( DUMMY_DEVLIST );
}