syncmlfw/common/syncagent/inc/NSmlStatusContainer.h
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
    68 	// Get ID of the last element
    68 	// Get ID of the last element
    69 	IMPORT_C TInt LastEntryID() const;	
    69 	IMPORT_C TInt LastEntryID() const;	
    70 	//  
    70 	//  
    71 	TBool AnyOtherThanOkSyncHdrStatus() const;
    71 	TBool AnyOtherThanOkSyncHdrStatus() const;
    72 	
    72 	
       
    73 	// Populates the Item structure
       
    74 	IMPORT_C void FillItemDataL( SmlItem_t*& aItem );
       
    75 	// Retrieve the Status element bearing the ID provided
       
    76 	IMPORT_C SmlStatus_t* StatusItem( TInt aStatusID );
       
    77 	
    73 	private:
    78 	private:
    74 	void ConstructL( TBool aClearText);
    79 	void ConstructL( TBool aClearText);
    75 	CNSmlStatusContainer();
    80 	CNSmlStatusContainer();
    76 	CNSmlStatusContainer( const CNSmlStatusContainer& aOther );
    81 	CNSmlStatusContainer( const CNSmlStatusContainer& aOther );
    77 	CNSmlStatusContainer& operator=( const CNSmlStatusContainer& aOther );
    82 	CNSmlStatusContainer& operator=( const CNSmlStatusContainer& aOther );