cryptoservices/certificateandkeymgmt/twtlscert/twtlscert.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    21 #include <e32std.h>
    21 #include <e32std.h>
    22 #include "tscriptsetup.h"
    22 #include "tscriptsetup.h"
    23 #include "ValidateTest.h"
    23 #include "ValidateTest.h"
    24 #include "SyntaxTest.h"
    24 #include "SyntaxTest.h"
    25 #include "CorruptionTest.h"
    25 #include "CorruptionTest.h"
    26 #include <ecom.h>
    26 #include <ecom/ecom.h>
    27 
    27 
    28 LOCAL_C void callSetupAndRunL() // initialize and call example code under cleanup stack
    28 LOCAL_C void callSetupAndRunL() // initialize and call example code under cleanup stack
    29     {
    29     {
    30 	START_SCRIPT_LIST
    30 	START_SCRIPT_LIST
    31 	SCRIPT_ITEM(CSyntaxTest, _L8("Syntax")),
    31 	SCRIPT_ITEM(CSyntaxTest, _L8("Syntax")),