contentmgmt/contentaccessfwfordrm/source/f32agent/f32agentfactory.cpp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
child 45 030c4fbc13d7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    78 	// The code should never reach this point
    78 	// The code should never reach this point
    79 	User::Panic(KCafPanicString, ECafPanicF32AgentRightManagerNotSupported);
    79 	User::Panic(KCafPanicString, ECafPanicF32AgentRightManagerNotSupported);
    80 	return NULL;
    80 	return NULL;
    81 	}
    81 	}
    82 
    82 
       
    83 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
    84 CAgentData* CF32AgentFactory::CreateDataConsumerL(const TDesC8& aHeaderData)
       
    85 	{
       
    86 	return CF32AgentData::NewL(aHeaderData);
       
    87 	}
       
    88 
       
    89 CAgentContent* CF32AgentFactory::CreateContentBrowserL(const TDesC8& aHeaderData)
       
    90 	{
       
    91 	return CF32AgentContent::NewL(aHeaderData);
       
    92 	}
       
    93 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT