authorisation/userpromptservice/policies/source/policyreader.cpp
branchRCL_3
changeset 62 a71299154b21
parent 61 641f389e9157
equal deleted inserted replaced
61:641f389e9157 62:a71299154b21
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   190 		++iPolicyNum;
   190 		++iPolicyNum;
   191 		}
   191 		}
   192 	return p;
   192 	return p;
   193 	}
   193 	}
   194 
   194 
   195 CPolicy* CPolicyReader::ReadPolicyL()
   195 EXPORT_C CPolicy* CPolicyReader::ReadPolicyL()
   196 /**
   196 /**
   197 Reads the next policy from the resource file.
   197 Reads the next policy from the resource file.
   198 
   198 
   199 @return A pointer to the new policy object.
   199 @return A pointer to the new policy object.
   200  */
   200  */