equal
deleted
inserted
replaced
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 |
|