userlibandfileserver/fileserver/sfile/sf_ldr.cpp
changeset 293 0659d0e1a03c
parent 0 a41df078684a
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   931 	if(mid==ELoaderCancelLazyDllUnload)
   931 	if(mid==ELoaderCancelLazyDllUnload)
   932 		{
   932 		{
   933 #ifdef __LAZY_DLL_UNLOAD
   933 #ifdef __LAZY_DLL_UNLOAD
   934 		CLazyUnloadTimer::Finish();
   934 		CLazyUnloadTimer::Finish();
   935 #endif
   935 #endif
       
   936 		msg.Complete(KErrNone);
       
   937 		return;
       
   938 		}
       
   939 	if(mid==ELoaderRunReaper)
       
   940 		{
       
   941 		CReaperCleanupTimer::Complete();
   936 		msg.Complete(KErrNone);
   942 		msg.Complete(KErrNone);
   937 		return;
   943 		return;
   938 		}
   944 		}
   939 #ifdef _DEBUG
   945 #ifdef _DEBUG
   940 	gTheLoaderFs.ResourceCountMarkStart();
   946 	gTheLoaderFs.ResourceCountMarkStart();