memspyui/ui/avkon/inc/MemSpyViewThreadInfoItemGeneralInfo.h
changeset 26 41ebde60981f
parent 17 4f2773374eff
equal deleted inserted replaced
25:31fc1277642e 26:41ebde60981f
    23 #include <aknlists.h>
    23 #include <aknlists.h>
    24 
    24 
    25 // User includes
    25 // User includes
    26 #include "MemSpyViewThreadInfoItemGeneric.h"
    26 #include "MemSpyViewThreadInfoItemGeneric.h"
    27 
    27 
       
    28 class CMemSpyThreadInfoContainer;
       
    29 class CMemSpyThreadInfoItemBase;
       
    30 class RMemSpySession;
    28 
    31 
    29 class CMemSpyViewThreadInfoItemGeneralInfo : public CMemSpyViewThreadInfoItemGeneric
    32 class CMemSpyViewThreadInfoItemGeneralInfo : public CMemSpyViewThreadInfoItemGeneric
    30     {
    33     {
    31 public:
    34 public:
    32     CMemSpyViewThreadInfoItemGeneralInfo( CMemSpyEngine& aEngine, MMemSpyViewObserver& aObserver, CMemSpyThreadInfoContainer& aContainer );
    35     CMemSpyViewThreadInfoItemGeneralInfo( RMemSpySession& aSession, MMemSpyViewObserver& aObserver, TProcessId aProcId, TThreadId aId, TMemSpyThreadInfoItemType aType );
    33 
    36 
    34 public: // From CMemSpyViewBase
    37 public: // From CMemSpyViewBase
    35     TBool HandleCommandL( TInt aCommand );
    38     TBool HandleCommandL( TInt aCommand );
    36     void HandleListBoxItemActionedL( TInt aCurrentIndex );
    39     void HandleListBoxItemActionedL( TInt aCurrentIndex );
    37 
    40