[addressing-devel] FuraSrc/IGAgent/common/include ActivityLauncher.h, 1.1, 1.2
Brought to you by:
nodens2k
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:33
|
Update of /cvsroot/fura/FuraSrc/IGAgent/common/include In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/IGAgent/common/include Modified Files: ActivityLauncher.h Log Message: cvssync-20080903232636 Index: ActivityLauncher.h =================================================================== RCS file: /cvsroot/fura/FuraSrc/IGAgent/common/include/ActivityLauncher.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ActivityLauncher.h 13 Mar 2008 08:14:17 -0000 1.1 --- ActivityLauncher.h 3 Sep 2008 21:27:12 -0000 1.2 *************** *** 114,120 **** /** ! * Converts a thread priority in a OS-readable one. */ ! static int convertThreadPriority(int priority); private: --- 114,120 ---- /** ! * Converts a process priority in a OS-readable one. */ ! static int convertPriority(int priority); private: |