cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/inc/tpkcs12libtestserver.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
       
    20 
       
    21 /**
    19 /**
    22  @file 
    20  @file 
    23  @internalTechnology
    21  @internalTechnology
    24 */
    22 */
    25 
    23 
    26 #ifndef __TPKCS12LIBTESTSERVER_H
    24 #ifndef __TPKCS12LIBTESTSERVER_H
    27 #define __TPKCS12LIBTESTSERVER_H
    25 #define __TPKCS12LIBTESTSERVER_H
    28 #include <testexecuteserverbase.h>
    26 #include <test/testexecuteserverbase.h>
    29 
    27 
    30 class CPKCS12LibTestServer : public CTestServer
    28 class CPKCS12LibTestServer : public CTestServer
    31 	{
    29 	{
    32 public:
    30 public:
    33 	static CPKCS12LibTestServer* NewL();
    31 	static CPKCS12LibTestServer* NewL();
    34 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    32 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    35 	};
    33 	};
    36 #endif
    34 #endif
       
    35