messagingfw/msgsrvnstore/server/src/MTSR.CPP
branchRCL_3
changeset 22 d2c4c66342f3
parent 21 e5b3a2155e1a
child 23 d51193d814ea
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
   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 
       
   188 
   187 
   189 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32)
   188 EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32)
   190 	{
   189 	{
   191 	return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); 
   190 	return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32); 
   192 	}
   191 	}