contentmgmt/contentaccessfwfordrm/source/f32agent/f32agentfactory.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 15 da2ae96f639b
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    77 	// The F32 agent does not manage any rights or access control to files
    77 	// The F32 agent does not manage any rights or access control to files
    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