equal
deleted
inserted
replaced
173 } |
173 } |
174 break; |
174 break; |
175 } |
175 } |
176 return ret; |
176 return ret; |
177 } |
177 } |
178 // Empty declaration |
|
179 EXPORT_C TInt CBaseServerMtm::ChangeEntriesL( const CMsvEntrySelection& /*aSelection*/,TInt /*aMark*/, TRequestStatus& aStatus ) |
|
180 { |
|
181 //Empty declaration. Respective MTM implementation should be call . |
|
182 TRequestStatus aEmptyStatus; |
|
183 aEmptyStatus = aStatus ; |
|
184 |
|
185 return KErrNotSupported; // Specific to MTM. Base return Not supported. |
|
186 } |
|
187 |
|
188 |
178 |
189 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32) |
179 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32) |
190 { |
180 { |
191 return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); |
181 return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); |
192 } |
182 } |