messagingfw/msgsrvnstore/server/src/MTSR.CPP
branchRCL_3
changeset 39 e5b3a2155e1a
parent 0 8e480a14352b
child 43 d2c4c66342f3
equal deleted inserted replaced
38:e4175d61d967 39:e5b3a2155e1a
   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 
   178 
   188 
   179 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32)
   189 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32)
   180 	{
   190 	{
   181 	return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); 
   191 	return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); 
   182 	}
   192 	}