authenticationservices/authenticationserver/test/securitytests/inc/authwritedevicedata.h
changeset 29 ece3df019add
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * authwritedevicedata.cpp
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include "captestutility.h"
       
    22 
       
    23 class CAuthWriteDeviceDataSecTest : public CDefaultCapabilityTest
       
    24 	{
       
    25 public:
       
    26 	static CAuthWriteDeviceDataSecTest* NewL();
       
    27 	
       
    28 private:
       
    29 	CAuthWriteDeviceDataSecTest();
       
    30 	
       
    31 	void RunTestL();
       
    32 
       
    33 	void ConstructL();
       
    34 	};