contentmgmt/contentaccessfwfordrm/source/caf/Agent.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "agent.h"
    19 #include <caf/agent.h>
    20 
    20 
    21 using namespace ContentAccess;
    21 using namespace ContentAccess;
    22 
    22 
    23 void TAgent::SetValue(const TDesC& aName, TUid aUid)
    23 void TAgent::SetValue(const TDesC& aName, TUid aUid)
    24 	{
    24 	{
    35 TUid TAgent::ImplementationUid() const
    35 TUid TAgent::ImplementationUid() const
    36 	{
    36 	{
    37 	// return the agent implementation Uid, only accessible 
    37 	// return the agent implementation Uid, only accessible 
    38 	return iImplementationUid;
    38 	return iImplementationUid;
    39 	}
    39 	}
       
    40 
       
    41