cryptomgmtlibs/securityutils/test/trecog/trecogserver.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  @internalComponent - Internal Symbian test code 
    21  @internalComponent - Internal Symbian test code 
    24 */
    22 */
    25 
    23 
    26 
    24 
    27 #ifndef __TRECOGSERVER_H__
    25 #ifndef __TRECOGSERVER_H__
    28 #define __TRECOGSERVER_H__
    26 #define __TRECOGSERVER_H__
    29 
    27 
    30 #include <testexecutestepbase.h>
    28 #include <test/testexecutestepbase.h>
    31 #include <testexecuteserverbase.h>
    29 #include <test/testexecuteserverbase.h>
    32 #include <testexecutelog.h>
    30 #include <test/testexecutelog.h>
    33 
    31 
    34 class CRecogServer : public CTestServer
    32 class CRecogServer : public CTestServer
    35 	{
    33 	{
    36 public:
    34 public:
    37 	static CRecogServer* NewL();
    35 	static CRecogServer* NewL();
    41 private:
    39 private:
    42 	RFs iFs;
    40 	RFs iFs;
    43 
    41 
    44 	};
    42 	};
    45 #endif
    43 #endif
       
    44 
       
    45