mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetobjectpropdesc.cpp
changeset 35 2ee890d2f7e7
parent 25 d881023c13eb
equal deleted inserted replaced
32:edd273b3192a 35:2ee890d2f7e7
    55 // -----------------------------------------------------------------------------
    55 // -----------------------------------------------------------------------------
    56 // CGetObjectPropDesc::CGetObjectPropDesc
    56 // CGetObjectPropDesc::CGetObjectPropDesc
    57 // Standard c++ constructor
    57 // Standard c++ constructor
    58 // -----------------------------------------------------------------------------
    58 // -----------------------------------------------------------------------------
    59 //
    59 //
    60 EXPORT_C CGetObjectPropDesc::CGetObjectPropDesc( MMTPDataProviderFramework& aFramework,
    60 CGetObjectPropDesc::CGetObjectPropDesc( MMTPDataProviderFramework& aFramework,
    61     MMTPConnection& aConnection,
    61     MMTPConnection& aConnection,
    62     MMmMtpDpConfig& aDpConfig ) :
    62     MMmMtpDpConfig& aDpConfig ) :
    63         CRequestProcessor( aFramework, aConnection, 0, NULL ),
    63         CRequestProcessor( aFramework, aConnection, 0, NULL ),
    64         iDpConfig( aDpConfig ),
    64         iDpConfig( aDpConfig ),
    65         iPropertyDesc( NULL )
    65         iPropertyDesc( NULL )
    70 // -----------------------------------------------------------------------------
    70 // -----------------------------------------------------------------------------
    71 // CGetObjectPropDesc::ConstructL
    71 // CGetObjectPropDesc::ConstructL
    72 // The second phase constructor
    72 // The second phase constructor
    73 // -----------------------------------------------------------------------------
    73 // -----------------------------------------------------------------------------
    74 //
    74 //
    75 EXPORT_C void CGetObjectPropDesc::ConstructL()
    75 void CGetObjectPropDesc::ConstructL()
    76     {
    76     {
    77     // Do nothing
    77     // Do nothing
    78     }
    78     }
    79 
    79 
    80 // -----------------------------------------------------------------------------
    80 // -----------------------------------------------------------------------------