networksecurity/tls/ts_tls/TlsTestSection2.h
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Tls Test section 2
       
    15 // This is the header file for the Tls test section 2
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 #if (!defined __TEST_STEP2_H__)
       
    21 #define __TEST_STEP2_H__
       
    22 
       
    23 class CTlsTestSection2_1 : public CTestStepTls
       
    24 {
       
    25 public:
       
    26 	CTlsTestSection2_1();
       
    27 	~CTlsTestSection2_1();
       
    28 
       
    29 	virtual enum TVerdict doTestStepL( void );
       
    30 
       
    31 private:
       
    32 	TBuf<KMaxFileName> iOldSslAdaptor;
       
    33 	TBool iCommDbModified;
       
    34 
       
    35 	void ModifyCommDbL(const TDesC& aProtocolName, TBool aBreak);
       
    36 };
       
    37 
       
    38 _LIT(KBadSslLibrary, "nonexistent.dll");
       
    39 
       
    40 #endif //(__TEST_STEP2_H__)