diff -r 206a6eaaeb71 -r 0659d0e1a03c kernel/eka/euser/us_ksvr.cpp --- a/kernel/eka/euser/us_ksvr.cpp Mon Oct 18 15:31:10 2010 +0100 +++ b/kernel/eka/euser/us_ksvr.cpp Wed Oct 20 13:58:28 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" @@ -5333,6 +5333,11 @@ return SendReceive(ELoaderCancelLazyDllUnload, TIpcArgs() ); } +EXPORT_C TInt RLoader::RunReaper() + { + return SendReceive(ELoaderRunReaper, TIpcArgs() ); + } + #ifdef __USERSIDE_THREAD_DATA__ EXPORT_C TInt UserSvr::DllSetTls(TInt aHandle, TAny* aPtr)