contentmgmt/contentaccessfwfordrm/source/f32agentui/f32agentui.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <e32base.h>
    19 #include <e32base.h>
    20 #include <caf/caferr.h>
    20 #include <caf/caferr.h>
    21 #include "f32agentui.h"
    21 #include <caf/f32agentui.h>
    22 
    22 
    23 using namespace ContentAccess;
    23 using namespace ContentAccess;
    24 
    24 
    25 EXPORT_C CF32AgentUi* TF32AgentUiFactory::CreateF32AgentUiL()
    25 EXPORT_C CF32AgentUi* TF32AgentUiFactory::CreateF32AgentUiL()
    26 	{
    26 	{
    28 	return NULL;
    28 	return NULL;
    29 	}
    29 	}
    30 
    30 
    31 
    31 
    32 // DLL entry point - only for EKA1
    32 // DLL entry point - only for EKA1
       
    33