diff -r 420ac5c90613 -r df8f2cf2911e apicompatanamdw/bcdrivers/mw/drm/oma_drm_caf_agent_api/DRM_CAF/src/DRM_CAFBlocks.cpp --- a/apicompatanamdw/bcdrivers/mw/drm/oma_drm_caf_agent_api/DRM_CAF/src/DRM_CAFBlocks.cpp Tue Sep 21 11:34:33 2010 +0100 +++ b/apicompatanamdw/bcdrivers/mw/drm/oma_drm_caf_agent_api/DRM_CAF/src/DRM_CAFBlocks.cpp Wed Sep 22 09:00:36 2010 +0100 @@ -1803,12 +1803,12 @@ TInt r; content = CContent::NewLC(KOma2Content); STIF_ASSERT_NOT_NULL(content); - TInt r = content->CancelNotifyStatusChange(status); + r = content->CancelNotifyStatusChange(status); if (r != KErrCANotSupported) { User::WaitForRequest(status); - r = status; + r = status.Int(); } STIF_ASSERT_EQUALS( KErrNone,r);