From eed5f8ee4dbd037b9a748a680b941a0cfa8facf4 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Tue, 16 Sep 2003 21:49:18 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2331 --- checkin_notes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/checkin_notes b/checkin_notes index c4c552e0ca..675f82833d 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6263,3 +6263,13 @@ Karl 2003/09/15 Sched/ transitioner.C + +Eric K. 16-Sep-2003 + - added "const" qualifiers to prototype for create_work and some others + where appropriate. I didn't fix all the API routines where parameters + should be const. Using C++ makes it important to get these right. + + tools/backend_lib.[Ch] + tools/create_work.C + tools/process_result_template.C +