diff -r 4af31167ea77 -r 13d7c31c74e0 syncmlfw/common/syncagent/inc/NSmlStatusContainer.h --- 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();