contentmgmt/contentaccessfwfordrm/source/f32agent/f32agentfactory.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
child 45 030c4fbc13d7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    85 		The CAF framework should know this is the F32 agent and never
    85 		The CAF framework should know this is the F32 agent and never
    86 		attempt to call this method
    86 		attempt to call this method
    87 
    87 
    88 		@panic CAF EF32AgentRightsManagerNotSupported 
    88 		@panic CAF EF32AgentRightsManagerNotSupported 
    89 		*/
    89 		*/
    90 		virtual CAgentRightsManager* CreateRightsManagerL();		
    90 		virtual CAgentRightsManager* CreateRightsManagerL();
       
    91 		
       
    92 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
    93 		virtual CAgentData* CreateDataConsumerL(const TDesC8& aHeaderData);
       
    94 		virtual CAgentContent* CreateContentBrowserL(const TDesC8& aHeaderData);
       
    95 #endif // SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT		
    91 		};
    96 		};
    92 } // namespace ContentAccess
    97 } // namespace ContentAccess
    93 #endif // __F32AGENTFACTORY_H__
    98 #endif // __F32AGENTFACTORY_H__