diff -r 641f389e9157 -r a71299154b21 contentmgmt/contentaccessfwfordrm/source/caf/attribute.cpp --- a/contentmgmt/contentaccessfwfordrm/source/caf/attribute.cpp Tue Aug 31 17:00:08 2010 +0300 +++ b/contentmgmt/contentaccessfwfordrm/source/caf/attribute.cpp Wed Sep 01 12:40:57 2010 +0100 @@ -48,16 +48,6 @@ return self; } -#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT -CAttribute* CAttribute::NewLC(TUid aAgentUid, const TDesC8& aHeaderData) - { - CAttribute* self = new(ELeave) CAttribute(); - CleanupStack::PushL(self); - self->ConstructL(aAgentUid, aHeaderData); - return self; - } -#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT - CAttribute::CAttribute() { } @@ -94,18 +84,6 @@ iResponseSet = CBitset::NewL(static_cast(KAttrTop)); } -#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT -void CAttribute::ConstructL(TUid aAgentUid, const TDesC8& aHeaderData) - { - // create a agent factory implementation (pseudo ECOM handle) - iAgentFactory = CAgentFactory::NewL(aAgentUid); - iAgentContent = iAgentFactory->CreateContentBrowserL(aHeaderData); - - iQuerySet = CBitset::NewL(static_cast(KAttrTop)); - iResponseSet = CBitset::NewL(static_cast(KAttrTop)); - } -#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT - EXPORT_C void CAttribute::Reset() { iQuerySet->Reset();