cryptoservices/certificateandkeymgmt/tpkcs7/tpkcs7stepbase.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "tpkcs7stepbase.h"
    19 #include "tpkcs7stepbase.h"
    20 #include <testexecutelog.h>
    20 #include <test/testexecutelog.h>
    21 
    21 
    22 CTPKCS7StepBase::~CTPKCS7StepBase()
    22 CTPKCS7StepBase::~CTPKCS7StepBase()
    23 	{
    23 	{
    24 	delete iRawData;
    24 	delete iRawData;
    25 	iFs.Close ();
    25 	iFs.Close ();
   117      	INFO_PRINTF1(_L("No 'EncodedParams' available"));
   117      	INFO_PRINTF1(_L("No 'EncodedParams' available"));
   118 		}
   118 		}
   119    
   119    
   120 	return TestStepResult();
   120 	return TestStepResult();
   121 	}
   121 	}
       
   122