mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetobjectpropdesc.cpp
branchRCL_3
changeset 34 e257e2b6459d
parent 9 bee149131e4b
equal deleted inserted replaced
30:6f9f6e99a23e 34:e257e2b6459d
    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 // -----------------------------------------------------------------------------