authenticationservices/authenticationserver/test/tauthcliserv/tauthcliservstep.h
changeset 56 c11c717470d0
parent 19 ece3df019add
equal deleted inserted replaced
55:581b7c2ef978 56:c11c717470d0
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 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".
   612 	void RunOomTestsL(
   612 	void RunOomTestsL(
   613 		TAuthExpressionWrapper (*aAllocator)(TInt),
   613 		TAuthExpressionWrapper (*aAllocator)(TInt),
   614 		TIdentityId aExpectedIdentity, TInt aInitDepth);
   614 		TIdentityId aExpectedIdentity, TInt aInitDepth);
   615 	};
   615 	};
   616 	
   616 	
   617 const TPluginId KTestPluginId0 = 'PID0';
   617 const TPluginId KTestPluginId0 = 0xE0494453;
   618 const TPluginId KTestPluginId1 = 'PID1';
   618 const TPluginId KTestPluginId1 = 0xE0494463;
   619 const TPluginId KTestPluginId2 = 'PID2';
   619 const TPluginId KTestPluginId2 = 0xE0494473;
   620 const TPluginId KTestPluginUnknown = 'UNKW';
   620 const TPluginId KTestPluginUnknown = 0xE0494483;
   621 
   621 
   622 // These constants are defined to provide short
   622 // These constants are defined to provide short
   623 // names for readability only.
   623 // names for readability only.
   624 
   624 
   625 const CAuthExpressionImpl::TType KAnd = CAuthExpressionImpl::EAnd;
   625 const CAuthExpressionImpl::TType KAnd = CAuthExpressionImpl::EAnd;