diff -r 46927d61fef3 -r 3ac8bf5c5014 uiacceltk/hitchcock/AlfDecoderServerClient/src/alfcompositionclient.cpp --- a/uiacceltk/hitchcock/AlfDecoderServerClient/src/alfcompositionclient.cpp Wed Apr 14 16:53:50 2010 +0300 +++ b/uiacceltk/hitchcock/AlfDecoderServerClient/src/alfcompositionclient.cpp Tue Apr 27 17:34:42 2010 +0300 @@ -295,7 +295,9 @@ } case KAlfCompOpBindSourceToToken: { +#ifdef _ALF_LOGGING RDebug::Print(_L("ptr0: %d, Target %d, Flags %d, combinedtarget"), ptr[0], ptr[1], ptr[2]); +#endif // #ifdef _ALF_LOGGING if( ptr[1] != 0) // add binding information for new host to given target with permitted operations { iHostBindingsHash.Insert(*ptr, ptr[1]); @@ -479,7 +481,9 @@ void CAlfCompositionSource::ConstructL(TInt aWsHandle, TInt aGroupHandle, TInt aScreenNumber) { iData = CAlfCompositionSourceData::NewL(); +#ifdef _ALF_LOGGING RDebug::Print(_L("CAlfCompositionClientBase::ConstructL - %d"), iData ); +#endif // #ifdef _ALF_LOGGING User::LeaveIfError( SendEvent(KAlfCompositionSourceScreenNumber, &aScreenNumber, sizeof(TInt))); @@ -698,7 +702,9 @@ void CAlfCompositionHost::ConstructL(TInt aToken, TInt aKey) { iData = CAlfCompositionSourceData::NewL(); +#ifdef _ALF_LOGGING RDebug::Print(_L("CAlfCompositionClientBase::ConstructL - %d"), iData ); +#endif // #ifdef _ALF_LOGGING TInt array[] = { 0, aToken, aKey }; TInt result = SendEvent(KAlfCompOpBindSourceToToken, array, sizeof(array));