messagingfw/msgsrvnstore/server/src/MTSR.CPP
changeset 40 320ec5cd0227
parent 0 8e480a14352b
equal deleted inserted replaced
33:61f466445ae5 40:320ec5cd0227
   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     }
   178 
   187 
   179 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32)
   188 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32)
   180 	{
   189 	{
   181 	return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); 
   190 	return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); 
   182 	}
   191 	}