mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/crequestunknown.cpp
equal
deleted
inserted
replaced
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 } |