changeset 121 | 661475905584 |
parent 0 | a41df078684a |
child 257 | 3e88ff8f41d5 |
120:b42b9ce90ea9 | 121:661475905584 |
---|---|
73 |
73 |
74 #include "testprocess.h" |
74 #include "testprocess.h" |
75 |
75 |
76 _LIT(KTestPanicCategory,"TEST PANIC"); |
76 _LIT(KTestPanicCategory,"TEST PANIC"); |
77 _LIT(KTestProcessName,"TestName"); |
77 _LIT(KTestProcessName,"TestName"); |
78 _LIT(KTestProcessName2,"TestName2"); |
|
79 |
78 |
80 |
79 |
81 TInt DoTestProcess(TInt aTestNum,TInt aArg1,TInt aArg2) |
80 TInt DoTestProcess(TInt aTestNum,TInt aArg1,TInt aArg2) |
82 { |
81 { |
83 RTestProcess process; |
82 RTestProcess process; |