messagingfw/msgsrvnstore/server/src/MTSR.CPP
branchRCL_3
changeset 46 d51193d814ea
parent 43 d2c4c66342f3
child 59 d1d846af7341
equal deleted inserted replaced
43:d2c4c66342f3 46:d51193d814ea
   182     TRequestStatus aEmptyStatus;
   182     TRequestStatus aEmptyStatus;
   183     aEmptyStatus = aStatus ;
   183     aEmptyStatus = aStatus ;
   184     
   184     
   185     return KErrNotSupported; // Specific to MTM. Base return Not supported.  
   185     return KErrNotSupported; // Specific to MTM. Base return Not supported.  
   186     }
   186     }
       
   187 
   187 
   188 
   188 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32)
   189 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32)
   189 	{
   190 	{
   190 	return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); 
   191 	return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); 
   191 	}
   192 	}