mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cgetpartialobject.h
changeset 35 2ee890d2f7e7
parent 25 d881023c13eb
equal deleted inserted replaced
32:edd273b3192a 35:2ee890d2f7e7
    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     /**