mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetformatcapabilities.cpp
branchRCL_3
changeset 34 e257e2b6459d
parent 9 bee149131e4b
equal deleted inserted replaced
30:6f9f6e99a23e 34:e257e2b6459d
    44 // -----------------------------------------------------------------------------
    44 // -----------------------------------------------------------------------------
    45 // CGetFormatCapabilities::CGetFormatCapabilities
    45 // CGetFormatCapabilities::CGetFormatCapabilities
    46 // Standard c++ constructor
    46 // Standard c++ constructor
    47 // -----------------------------------------------------------------------------
    47 // -----------------------------------------------------------------------------
    48 //
    48 //
    49 EXPORT_C CGetFormatCapabilities::CGetFormatCapabilities( MMTPDataProviderFramework& aFramework,
    49 CGetFormatCapabilities::CGetFormatCapabilities( MMTPDataProviderFramework& aFramework,
    50     MMTPConnection& aConnection,
    50     MMTPConnection& aConnection,
    51     MMmMtpDpConfig& aDpConfig ) :
    51     MMmMtpDpConfig& aDpConfig ) :
    52         CRequestProcessor( aFramework, aConnection, 0, NULL ),
    52         CRequestProcessor( aFramework, aConnection, 0, NULL ),
    53         iDpConfig( aDpConfig )
    53         iDpConfig( aDpConfig )
    54     {
    54     {
    58 // -----------------------------------------------------------------------------
    58 // -----------------------------------------------------------------------------
    59 // CGetFormatCapabilities::ConstructL
    59 // CGetFormatCapabilities::ConstructL
    60 // The second phase constructor
    60 // The second phase constructor
    61 // -----------------------------------------------------------------------------
    61 // -----------------------------------------------------------------------------
    62 //
    62 //
    63 EXPORT_C void CGetFormatCapabilities::ConstructL()
    63 void CGetFormatCapabilities::ConstructL()
    64     {
    64     {
    65     // Do nothing
    65     // Do nothing
    66     }
    66     }
    67 
    67 
    68 // -----------------------------------------------------------------------------
    68 // -----------------------------------------------------------------------------