networkingtestandutils/networkingintegrationtest/inc/TestStep.h
branchRCL_3
changeset 24 b9e98a1244ee
parent 16 6d5320894977
equal deleted inserted replaced
23:23b59305592d 24:b9e98a1244ee
    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 /**