From c2db588c321301c30006be0720eda88b903738f1 Mon Sep 17 00:00:00 2001 From: Frans Englich Date: Fri, 18 Sep 2009 17:08:54 +0200 Subject: Build fix for SDK 3.1 and 3.2. --- src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_symbian.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_symbian.cpp b/src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_symbian.cpp index 3d1d8b6..f8adcd5 100644 --- a/src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_symbian.cpp +++ b/src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_symbian.cpp @@ -80,10 +80,13 @@ QList QAnnotatorWindow::annotation(const QObject& object) stream << "window: "; + // ClientHandle() is available first in 5.0. +#if !defined(__SERIES60_31__) && !defined(__S60_32__) // Client-side window handle // Cast to a void pointer so that log output is in hexadecimal format. stream << "cli " << reinterpret_cast(window.ClientHandle()) << ' '; - +#endif + // Server-side address of CWsWindow object // This is useful for correlation with the window tree dumped by the window // server (see RWsSession::LogCommand). -- cgit v0.12