mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cgetobjectinfo.h
changeset 25 d881023c13eb
parent 0 a2952bb97e68
child 35 2ee890d2f7e7
equal deleted inserted replaced
21:a05c44bc3c61 25:d881023c13eb
    20 #define CGETOBJECTINFO_H
    20 #define CGETOBJECTINFO_H
    21 
    21 
    22 #include "crequestprocessor.h"
    22 #include "crequestprocessor.h"
    23 
    23 
    24 // forward declacration
    24 // forward declacration
    25 class CMmMtpDpMetadataAccessWrapper;
       
    26 class CMTPTypeObjectInfo;
    25 class CMTPTypeObjectInfo;
    27 class MMmMtpDpConfig;
    26 class MMmMtpDpConfig;
    28 
    27 
    29 /**
    28 /**
    30 * Defines GetObjectInfo request processor
    29 * Defines GetObjectInfo request processor
    76     * Prepare object with existing data according to the handle from PC
    75     * Prepare object with existing data according to the handle from PC
    77     */
    76     */
    78     void BuildObjectInfoL();
    77     void BuildObjectInfoL();
    79 
    78 
    80 private:
    79 private:
    81 
       
    82     CMTPTypeObjectInfo* iObjectInfo;
    80     CMTPTypeObjectInfo* iObjectInfo;
    83 
    81 
    84     MMmMtpDpConfig& iDpConfig;
    82     MMmMtpDpConfig& iDpConfig;
       
    83 
    85     };
    84     };
    86 
    85 
    87 #endif // CGETOBJECTINFO_H
    86 #endif // CGETOBJECTINFO_H