equal
deleted
inserted
replaced
26 // User includes |
26 // User includes |
27 #include "MemSpyViewThreadInfoItemGeneric.h" |
27 #include "MemSpyViewThreadInfoItemGeneric.h" |
28 |
28 |
29 // Classes referenced |
29 // Classes referenced |
30 class TMemSpyDriverHandleInfoGeneric; |
30 class TMemSpyDriverHandleInfoGeneric; |
31 |
31 class RMemSpySession; |
32 |
|
33 |
32 |
34 class CMemSpyViewThreadInfoItemServer : public CMemSpyViewThreadInfoItemGeneric |
33 class CMemSpyViewThreadInfoItemServer : public CMemSpyViewThreadInfoItemGeneric |
35 { |
34 { |
36 public: |
35 public: |
37 CMemSpyViewThreadInfoItemServer( CMemSpyEngine& aEngine, MMemSpyViewObserver& aObserver, CMemSpyThreadInfoContainer& aContainer ); |
36 CMemSpyViewThreadInfoItemServer( RMemSpySession& aSession, MMemSpyViewObserver& aObserver, TProcessId aProcId, TThreadId aId, TMemSpyThreadInfoItemType aType ); |
38 |
37 |
39 public: // From CMemSpyViewBase |
38 public: // From CMemSpyViewBase |
40 void ConstructL( const TRect& aRect, CCoeControl& aContainer, TAny* aSelectionRune = NULL ); |
39 void ConstructL( const TRect& aRect, CCoeControl& aContainer, TAny* aSelectionRune = NULL ); |
41 |
40 |
42 public: // From CMemSpyViewBase |
41 public: // From CMemSpyViewBase |