mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetinterdependentpropdesc.cpp
changeset 35 2ee890d2f7e7
parent 25 d881023c13eb
equal deleted inserted replaced
32:edd273b3192a 35:2ee890d2f7e7
    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 // -----------------------------------------------------------------------------