diff -r aa2fa096cbfb -r 863223ea6961 ui/uiengine/medialistwrapper/inc/glxmlwrapper_p.h --- a/ui/uiengine/medialistwrapper/inc/glxmlwrapper_p.h Fri Jun 11 17:53:15 2010 +0530 +++ b/ui/uiengine/medialistwrapper/inc/glxmlwrapper_p.h Fri Jun 25 15:41:33 2010 +0530 @@ -39,6 +39,7 @@ class CGlxDefaultThumbnailContext; class CGlxDefaultListAttributeContext; class CGlxTitleFetcher; +class CGlxDRMUtility; //to use first call GlxMLWrapperPrivate::Instance then set the mode by calling GlxMLWrapperPrivate::SetContextMode() //CLASS Declaration class GlxMLWrapperPrivate : public QObject,public MGlxTitleFetcherObserver @@ -134,7 +135,9 @@ void SetDescontextL(); QString RetrieveViewTitle(); bool IsPopulated(); - + bool IsDrmProtected(int index ); + bool IsDrmValid(int index); + void setDrmValid(int index,bool valid); private: /** @@ -237,6 +240,6 @@ CGlxTitleFetcher* iTitleFetcher; QImage iCorruptImage; QString iViewTitle; - + CGlxDRMUtility * iDrmUtility; }; #endif //GLXMLWRAPPER_P_H