kernel/eka/nkern/nkern.cpp
branchRCL_3
changeset 43 c1f20ce4abcf
parent 0 a41df078684a
child 44 3e88ff8f41d5
--- 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.