mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cgetpartialobject.h
branchGCC_SURGE
changeset 47 f3d2589f22d6
parent 35 2ee890d2f7e7
equal deleted inserted replaced
36:3b7506f63335 47:f3d2589f22d6
    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     /**