networkingtestandutils/networkingintegrationtest/inc/TestStep.h
branchRCL_3
changeset 16 6d5320894977
parent 0 af10295192d8
equal deleted inserted replaced
13:343eee2d4450 16:6d5320894977
    24 */
    24 */
    25 
    25 
    26 #if (!defined __TESTSTEP_H__)
    26 #if (!defined __TESTSTEP_H__)
    27 #define __TESTSTEP_H__
    27 #define __TESTSTEP_H__
    28 
    28 
    29 #include "cinidata.h"
    29 // darios: cinidata is deprecated, see bug #1894
       
    30 //#include "cinidata.h"
       
    31 #include <iniparser.h>
    30 #include "networking/log.h"
    32 #include "networking/log.h"
    31 
    33 
    32 class CTestSuite;
    34 class CTestSuite;
    33 
    35 
    34 /**
    36 /**