cryptomgmtlibs/securitytestfw/test/testhandler2/tSyncAction.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    18 
    18 
    19 
    19 
    20 #ifndef __T_SYNCACTION_H__
    20 #ifndef __T_SYNCACTION_H__
    21 #define __T_SYNCACTION_H__
    21 #define __T_SYNCACTION_H__
    22 
    22 
    23 #include <testhandler2/t_testaction.h>
    23 #include "t_testaction.h"
    24 
    24 
    25 class CSyncAction : public CTestAction
    25 class CSyncAction : public CTestAction
    26 	{
    26 	{
    27 protected:
    27 protected:
    28 	IMPORT_C virtual TBool SyncAction() = 0;
    28 	IMPORT_C virtual TBool SyncAction() = 0;