diff -r 22de2e391156 -r 20ac952a623c bluetooth/btstack/avdtp/avdtpStream.cpp --- 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