mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/csendobject.h
branchRCL_3
changeset 14 05b0d2323768
parent 9 bee149131e4b
child 28 f56ec6ce2732
equal deleted inserted replaced
9:bee149131e4b 14:05b0d2323768
   171     TMTPResponseCode ExtractPropertyL(const CMTPTypeObjectPropListElement& aElement);
   171     TMTPResponseCode ExtractPropertyL(const CMTPTypeObjectPropListElement& aElement);
   172 
   172 
   173     /*
   173     /*
   174      * Handle response phase of SetObjectPropListL operation
   174      * Handle response phase of SetObjectPropListL operation
   175      */
   175      */
   176     TMTPResponseCode SetObjectPropListL( const CMTPTypeObjectPropList& aPropList );
   176     TMTPResponseCode SetObjectPropListL();
   177 
   177 
   178     /**
   178     /**
   179      *
   179      *
   180      */
   180      */
   181     TMTPResponseCode MatchStoreAndParentL();
   181     TMTPResponseCode MatchStoreAndParentL();
   211     void ReserveObjectL();
   211     void ReserveObjectL();
   212 
   212 
   213     /**
   213     /**
   214     * Set protection status of object which could be read/write-only
   214     * Set protection status of object which could be read/write-only
   215     */
   215     */
   216     void SetProtectionStatusL();
   216     void SetProtectionStatus();
   217 
   217 
   218     /**
   218     /**
   219     * Save object information of object whose size is zero
   219     * Save object information of object whose size is zero
   220     */
   220     */
   221     void SaveEmptyFileL();
   221     void SaveEmptyFileL();