syncmlfw/common/syncagent/inc/NSmlStatusContainer.h
branchRCL_3
changeset 24 13d7c31c74e0
parent 0 b497e44ab2fc
child 25 b183ec05bd8c
--- a/syncmlfw/common/syncagent/inc/NSmlStatusContainer.h	Thu Jul 15 19:36:11 2010 +0300
+++ b/syncmlfw/common/syncagent/inc/NSmlStatusContainer.h	Thu Aug 19 10:44:50 2010 +0300
@@ -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();