kerneltest/e32test/dll/t_dll1.cpp
branchRCL_3
changeset 44 3e88ff8f41d5
parent 43 c1f20ce4abcf
equal deleted inserted replaced
43:c1f20ce4abcf 44:3e88ff8f41d5
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #include "t_dll.h"
    18 #include "t_dll.h"
    19 
    19 
       
    20 const TInt KHeapSize=0x2000;
    20 
    21 
    21 class TlsData
    22 class TlsData
    22 	{
    23 	{
    23 public:
    24 public:
    24 	TlsData() : iData(0x12345678),iTest1(0),iTest2(0),iServer(0) {}
    25 	TlsData() : iData(0x12345678),iTest1(0),iTest2(0),iServer(0) {}