authenticationservices/authenticationserver/test/tauthcliserv/step_client.cpp
changeset 56 c11c717470d0
parent 30 cf642210ecb7
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".
    91 	TBool iStop;
    91 	TBool iStop;
    92     };
    92     };
    93 
    93 
    94 
    94 
    95 
    95 
    96 const TPluginId KIdentity1Id = 'I1ID';
    96 const TPluginId KIdentity1Id = 0xE0494423;
    97 _LIT(KIdentity1Desc, "identity-1-desc");
    97 _LIT(KIdentity1Desc, "identity-1-desc");
    98 const TPluginId KIdentity2Id = 'I2ID';
    98 const TPluginId KIdentity2Id = 0xE0494443;
    99 _LIT(KIdentity2Desc, "identity-2-desc");
    99 _LIT(KIdentity2Desc, "identity-2-desc");
   100 const TPluginId KIdentity3Id = 'I3ID';
   100 const TPluginId KIdentity3Id = 0xE0494453;
       
   101 
   101 
   102 
   102 
   103 
   103 CTStepClient::CTStepClient()
   104 CTStepClient::CTStepClient()
   104 /**
   105 /**
   105 	Record this test step's name.
   106 	Record this test step's name.