From 49e65cb562a2892ec9f38a7058d4736cf3ec2823 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 1 May 2008 15:47:07 +0000 Subject: ChangeLogTag:Thu May 1 15:27:25 UTC 2008 Steve Huston --- ACE/ChangeLog | 6 +++--- ACE/tests/RW_Process_Mutex_Test.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 0e837925905..df5d6976b45 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -5,9 +5,9 @@ Thu May 1 15:27:25 UTC 2008 Steve Huston number of platforms. * tests/RW_Process_Mutex_Test.cpp: Fix signed/unsigned warnings and - change the default lock name to something other than the program's - name. Using the program name produces "text file busy" when - attempting a file lock on it... doh... + wchar build error. Changed the default lock name to something other + than the program's name. Using the program name produces "text + file busy" when attempting a file lock on it... doh... Thu May 1 14:47:33 UTC 2008 Jeff Parsons diff --git a/ACE/tests/RW_Process_Mutex_Test.cpp b/ACE/tests/RW_Process_Mutex_Test.cpp index 7f065a2cdac..6f82f3ea8cd 100644 --- a/ACE/tests/RW_Process_Mutex_Test.cpp +++ b/ACE/tests/RW_Process_Mutex_Test.cpp @@ -145,7 +145,7 @@ parse_args (int argc, ACE_TCHAR *argv[]) { ACE_Get_Opt get_opt (argc, argv, ACE_TEXT("c:n:p:")); - mutex_name.set ("RW_Process_Mutex_Test.lock"); // Default name + mutex_name.set (ACE_TEXT ("RW_Process_Mutex_Test.lock")); // Default name int c; while ((c = get_opt ()) != -1) switch (c) -- cgit v1.2.1