memspy/memspy_plat/memspy_api/include/memspy/engine/ThreadAndProcess/MemSpyEngineObjectThreadInfoObjects.h
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
    96     IMPORT_C void PrintL();
    96     IMPORT_C void PrintL();
    97 
    97 
    98 public: // From MDesCArray
    98 public: // From MDesCArray
    99     IMPORT_C TInt MdcaCount() const;
    99     IMPORT_C TInt MdcaCount() const;
   100     IMPORT_C TPtrC MdcaPoint(TInt aIndex) const;
   100     IMPORT_C TPtrC MdcaPoint(TInt aIndex) const;
   101     IMPORT_C TPtrC Caption(TInt aIndex ) const;
       
   102     IMPORT_C TPtrC Value(TInt aIndex ) const;
       
   103 
   101 
   104 protected:
   102 protected:
   105     class CItem : public CBase
   103     class CItem : public CBase
   106         {
   104         {
   107         public:
   105         public:
   504         HBufC* iName;
   502         HBufC* iName;
   505         };
   503         };
   506 
   504 
   507 private: // Internal methods
   505 private: // Internal methods
   508     static TBool CompareEntries( const CSessionInfoEntry& aLeft, const CSessionInfoEntry& aRight );
   506     static TBool CompareEntries( const CSessionInfoEntry& aLeft, const CSessionInfoEntry& aRight );
   509     TInt FindServerL( const TDesC& aName ) const;
   507 
   510     
       
   511 private:
   508 private:
   512     RPointerArray<CSessionInfoEntry> iServerNames;
   509     RPointerArray<CSessionInfoEntry> iServerNames;
   513     };
   510     };
   514 
   511 
   515 
   512