branch | RCL_3 |
changeset 23 | d51193d814ea |
parent 22 | d2c4c66342f3 |
--- a/messagingfw/msgsrvnstore/server/src/MTSR.CPP Tue Aug 31 15:41:11 2010 +0300 +++ b/messagingfw/msgsrvnstore/server/src/MTSR.CPP Wed Sep 01 12:27:27 2010 +0100 @@ -185,6 +185,7 @@ return KErrNotSupported; // Specific to MTM. Base return Not supported. } + EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32) { return new(ELeave) CServerMtmDllRegistry(aFs,aTimeoutMicroSeconds32);