mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cgetpartialobject.h
branchRCL_3
changeset 34 e257e2b6459d
parent 17 780c925249c1
equal deleted inserted replaced
30:6f9f6e99a23e 34:e257e2b6459d
    51     /**
    51     /**
    52     * Standard c++ constructor
    52     * Standard c++ constructor
    53     * @param aFramework   The data provider framework
    53     * @param aFramework   The data provider framework
    54     * @param aConnection  The connection from which the request comes
    54     * @param aConnection  The connection from which the request comes
    55     */
    55     */
    56     IMPORT_C CGetPartialObject( MMTPDataProviderFramework& aFramework,
    56     CGetPartialObject( MMTPDataProviderFramework& aFramework,
    57         MMTPConnection& aConnection );
    57         MMTPConnection& aConnection );
    58 
    58 
    59 protected:
    59 protected:
    60     // from CRequestProcessor
    60     // from CRequestProcessor
    61     /**
    61     /**