xdmprotocols/XcapProtocol/XcapCache/Server/inc/XcapCacheIndex.h
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
equal deleted inserted replaced
0:c8caa15ef882 12:e6a66db4e9d0
    33 NONSHARABLE_CLASS( CXcapCacheIndex ) : public CBase                         
    33 NONSHARABLE_CLASS( CXcapCacheIndex ) : public CBase                         
    34     {
    34     {
    35     public:             // Constructors and destructor
    35     public:             // Constructors and destructor
    36         
    36         
    37         /**
    37         /**
    38         * Returns Cache Index
    38         * Returns the MIME type of the messages
    39         * @return Created Cache Index
    39         * @return TPtrC8 The MIME type of the messages
    40         */
    40         */
    41         static CXcapCacheIndex* NewL();
    41         static CXcapCacheIndex* NewL();
    42         
    42         
    43         /**
    43         /**
    44         * Returns the MIME type of the messages
    44         * Returns the MIME type of the messages
    67          
    67          
    68         /**
    68         /**
    69         * Returns the MIME type of the messages
    69         * Returns the MIME type of the messages
    70         * @return TPtrC8 The MIME type of the messages
    70         * @return TPtrC8 The MIME type of the messages
    71         */
    71         */
    72         void SortEntriesL();
    72         void SortEntries();
    73         
    73         
    74         /**
    74         /**
    75         * Returns the MIME type of the messages
    75         * Returns the MIME type of the messages
    76         * @return TPtrC8 The MIME type of the messages
    76         * @return TPtrC8 The MIME type of the messages
    77         */
    77         */