mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetobject.cpp
branchRCL_3
changeset 9 bee149131e4b
parent 0 a2952bb97e68
child 17 780c925249c1
equal deleted inserted replaced
4:d45095c2f4f3 9:bee149131e4b
    82 // Standard c++ constructor
    82 // Standard c++ constructor
    83 // -----------------------------------------------------------------------------
    83 // -----------------------------------------------------------------------------
    84 //
    84 //
    85 CGetObject::CGetObject( MMTPDataProviderFramework& aFramework,
    85 CGetObject::CGetObject( MMTPDataProviderFramework& aFramework,
    86     MMTPConnection& aConnection ) :
    86     MMTPConnection& aConnection ) :
    87     CRequestProcessor( aFramework,
    87         CRequestProcessor( aFramework,
    88         aConnection,
    88             aConnection,
    89         sizeof( KMTPGetObjectPolicy ) / sizeof( TMTPRequestElementInfo ),
    89             sizeof( KMTPGetObjectPolicy ) / sizeof( TMTPRequestElementInfo ),
    90         KMTPGetObjectPolicy ),
    90             KMTPGetObjectPolicy ),
    91     iFs( iFramework.Fs() ),
    91         iFs( iFramework.Fs() ),
    92     iError( EMTPRespCodeOK )
    92         iError( EMTPRespCodeOK )
    93     {
    93     {
    94     PRINT( _L( "Operation: GetObject(0x1009)" ) );
    94     PRINT( _L( "Operation: GetObject(0x1009)" ) );
    95     }
    95     }
    96 
    96 
    97 // -----------------------------------------------------------------------------
    97 // -----------------------------------------------------------------------------