mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetinterdependentpropdesc.cpp
branchRCL_3
changeset 18 e257e2b6459d
parent 8 bee149131e4b
equal deleted inserted replaced
17:6f9f6e99a23e 18:e257e2b6459d
    54 // -----------------------------------------------------------------------------
    54 // -----------------------------------------------------------------------------
    55 // CMTPGetInterDependentPropDesc::CMTPGetInterDependentPropDesc
    55 // CMTPGetInterDependentPropDesc::CMTPGetInterDependentPropDesc
    56 // Standard c++ constructor
    56 // Standard c++ constructor
    57 // -----------------------------------------------------------------------------
    57 // -----------------------------------------------------------------------------
    58 //
    58 //
    59 EXPORT_C CGetInterdependentPropDesc::CGetInterdependentPropDesc( MMTPDataProviderFramework& aFramework,
    59 CGetInterdependentPropDesc::CGetInterdependentPropDesc( MMTPDataProviderFramework& aFramework,
    60     MMTPConnection& aConnection,
    60     MMTPConnection& aConnection,
    61     MMmMtpDpConfig& aDpConfig ) :
    61     MMmMtpDpConfig& aDpConfig ) :
    62         CRequestProcessor( aFramework, aConnection, 0, NULL ),
    62         CRequestProcessor( aFramework, aConnection, 0, NULL ),
    63         iDpConfig( aDpConfig )
    63         iDpConfig( aDpConfig )
    64     {
    64     {
    68 // -----------------------------------------------------------------------------
    68 // -----------------------------------------------------------------------------
    69 // CMediaDpMtpGetInterDependentPropDesc::ConstructL
    69 // CMediaDpMtpGetInterDependentPropDesc::ConstructL
    70 // Two-phase construction method
    70 // Two-phase construction method
    71 // -----------------------------------------------------------------------------
    71 // -----------------------------------------------------------------------------
    72 //
    72 //
    73 EXPORT_C void CGetInterdependentPropDesc::ConstructL()
    73 void CGetInterdependentPropDesc::ConstructL()
    74     {
    74     {
    75     // Do nothing
    75     // Do nothing
    76     }
    76     }
    77 
    77 
    78 // -----------------------------------------------------------------------------
    78 // -----------------------------------------------------------------------------