syncmlfw/common/syncagent/inc/NSmlStatusContainer.h
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
--- a/syncmlfw/common/syncagent/inc/NSmlStatusContainer.h	Tue Aug 31 16:04:06 2010 +0300
+++ b/syncmlfw/common/syncagent/inc/NSmlStatusContainer.h	Wed Sep 01 12:27:42 2010 +0100
@@ -70,6 +70,11 @@
 	//  
 	TBool AnyOtherThanOkSyncHdrStatus() const;
 	
+	// Populates the Item structure
+	IMPORT_C void FillItemDataL( SmlItem_t*& aItem );
+	// Retrieve the Status element bearing the ID provided
+	IMPORT_C SmlStatus_t* StatusItem( TInt aStatusID );
+	
 	private:
 	void ConstructL( TBool aClearText);
 	CNSmlStatusContainer();