perfapps/memspyui/ui/avkon/inc/MemSpyViewThreads.h
changeset 53 819e59dfc032
parent 51 b048e15729d6
equal deleted inserted replaced
52:36d60d12b4af 53:819e59dfc032
    76     //CMemSpyProcess& iParentProcess;
    76     //CMemSpyProcess& iParentProcess;
    77     //CMemSpyThread* iCurrentThread;
    77     //CMemSpyThread* iCurrentThread;
    78     TThreadId iCurrentThreadId;
    78     TThreadId iCurrentThreadId;
    79     TProcessId iParentProcessId;
    79     TProcessId iParentProcessId;
    80     
    80     
    81     RArray<CMemSpyApiThread*> iThreads;
    81     RPointerArray<CMemSpyApiThread> iThreads;
    82     CDesCArrayFlat* iModel;
       
    83     };
    82     };
    84 
    83 
    85 
    84 
    86 #endif
    85 #endif