diff -r a179b74831c9 -r c1f20ce4abcf kernel/eka/nkern/nkern.cpp --- a/kernel/eka/nkern/nkern.cpp Thu Aug 19 11:14:22 2010 +0300 +++ b/kernel/eka/nkern/nkern.cpp Tue Aug 31 16:34:26 2010 +0300 @@ -1415,6 +1415,22 @@ NKern::Unlock(); } + +/** Changes the nominal priority of a thread. + + This function is intended to be used by the EPOC layer and personality layers. + Do not use this function directly on a Symbian OS thread - use Kern::ThreadSetPriority(). + + @param aThread Thread to receive the new priority. + @param aPriority New inherited priority for aThread. + + @see Kern::SetThreadPriority() +*/ +void NKern::ThreadSetNominalPriority(NThread* /*aThread*/, TInt /*aPriority*/) + { + } + + #ifndef __SCHEDULER_MACHINE_CODED__ /** Signals the request semaphore of a nanothread.