memspy/memspy_plat/memspy_api/include/memspy/engine/ThreadAndProcess/MemSpyEngineObjectThreadInfoObjects.h
branchRCL_3
changeset 49 7fdc9a71d314
parent 44 52e343bb8f80
child 59 8ad140f3dd41
equal deleted inserted replaced
46:e26895079d7c 49:7fdc9a71d314
    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;
   101 
   103 
   102 protected:
   104 protected:
   103     class CItem : public CBase
   105     class CItem : public CBase
   104         {
   106         {
   105         public:
   107         public:
   502         HBufC* iName;
   504         HBufC* iName;
   503         };
   505         };
   504 
   506 
   505 private: // Internal methods
   507 private: // Internal methods
   506     static TBool CompareEntries( const CSessionInfoEntry& aLeft, const CSessionInfoEntry& aRight );
   508     static TBool CompareEntries( const CSessionInfoEntry& aLeft, const CSessionInfoEntry& aRight );
   507 
   509     TInt FindServerL( const TDesC& aName ) const;
       
   510     
   508 private:
   511 private:
   509     RPointerArray<CSessionInfoEntry> iServerNames;
   512     RPointerArray<CSessionInfoEntry> iServerNames;
   510     };
   513     };
   511 
   514 
   512 
   515