equal
deleted
inserted
replaced
162 MFSMailRequestObserver& /*aOperationObserver*/, |
162 MFSMailRequestObserver& /*aOperationObserver*/, |
163 const TInt /*aRequestId*/) |
163 const TInt /*aRequestId*/) |
164 { |
164 { |
165 User::Leave( KErrFSMailPluginNotSupported ); |
165 User::Leave( KErrFSMailPluginNotSupported ); |
166 } |
166 } |
|
167 |
|
168 // ----------------------------------------------------------------------------- |
|
169 // CFSMailPlugin::DeleteMessagesByUidL |
|
170 // ----------------------------------------------------------------------------- |
|
171 inline void CFSMailPlugin::DeleteMessagesByUidL( const TFSMailMsgId& /*aMailBoxId*/, |
|
172 const TFSMailMsgId& /*aFolderId*/, |
|
173 const RArray<TFSMailMsgId>& /*aMessages*/, |
|
174 MFSMailRequestObserver& /*aOperationObserver*/, |
|
175 const TInt /*aRequestId*/ ) |
|
176 { |
|
177 User::Leave( KErrFSMailPluginNotSupported ); |
|
178 } |
167 // </qmail> |
179 // </qmail> |