syncmlfw/common/syncagent/inc/NSmlStatusContainer.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
    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 	
       
    78 	private:
    73 	private:
    79 	void ConstructL( TBool aClearText);
    74 	void ConstructL( TBool aClearText);
    80 	CNSmlStatusContainer();
    75 	CNSmlStatusContainer();
    81 	CNSmlStatusContainer( const CNSmlStatusContainer& aOther );
    76 	CNSmlStatusContainer( const CNSmlStatusContainer& aOther );
    82 	CNSmlStatusContainer& operator=( const CNSmlStatusContainer& aOther );
    77 	CNSmlStatusContainer& operator=( const CNSmlStatusContainer& aOther );