--- a/kernel/eka/nkern/nkern.cpp Tue Feb 02 01:24:03 2010 +0200
+++ b/kernel/eka/nkern/nkern.cpp Fri Apr 16 16:24:37 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.