bluetooth/btstack/avdtp/avdtpStream.cpp
changeset 51 20ac952a623c
parent 34 9d84592f5036
--- a/bluetooth/btstack/avdtp/avdtpStream.cpp	Thu Sep 23 17:06:47 2010 +0300
+++ b/bluetooth/btstack/avdtp/avdtpStream.cpp	Wed Oct 13 16:20:29 2010 +0300
@@ -645,7 +645,7 @@
 	LOG_FUNC
 	CTimer::ConstructL();
 	}
-	
+
 CWatchdogTimer::CWatchdogTimer(CAVStream& aObserver)
 : CTimer(EPriorityStandard), iObserver(aObserver)
 	{
@@ -653,6 +653,11 @@
 	CActiveScheduler::Add(this);
 	}
 	
+CWatchdogTimer::~CWatchdogTimer()
+	{
+	LOG_FUNC
+	}
+
 void CWatchdogTimer::RunL()
 	{
 	LOG_FUNC