diff -r b183ec05bd8c -r 19bba8228ff0 syncmlfw/common/syncagent/inc/NSmlStatusContainer.h --- 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();