mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/crequestunknown.cpp
changeset 35 2ee890d2f7e7
parent 25 d881023c13eb
equal deleted inserted replaced
32:edd273b3192a 35:2ee890d2f7e7
    58 // -----------------------------------------------------------------------------
    58 // -----------------------------------------------------------------------------
    59 // CRequestUnknown::CRequestUnknown
    59 // CRequestUnknown::CRequestUnknown
    60 // Standard c++ constructor
    60 // Standard c++ constructor
    61 // -----------------------------------------------------------------------------
    61 // -----------------------------------------------------------------------------
    62 //
    62 //
    63 EXPORT_C CRequestUnknown::CRequestUnknown( MMTPDataProviderFramework& aFramework,
    63 CRequestUnknown::CRequestUnknown( MMTPDataProviderFramework& aFramework,
    64     MMTPConnection& aConnection ) :
    64     MMTPConnection& aConnection ) :
    65         CRequestProcessor( aFramework, aConnection, 0, NULL )
    65         CRequestProcessor( aFramework, aConnection, 0, NULL )
    66     {
    66     {
    67     PRINT( _L( "Operation: Unknown" ) );
    67     PRINT( _L( "Operation: Unknown" ) );
    68     }
    68     }