You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/07/19 17:04:01 UTC

svn commit: r557651 - /incubator/stdcxx/trunk/tests/include/rw_locale.h

Author: sebor
Date: Thu Jul 19 08:04:00 2007
New Revision: 557651

URL: http://svn.apache.org/viewvc?view=rev&rev=557651
Log:
2007-07-19  Martin Sebor  <se...@roguewave.com>

	* rw_locale.h: Added comments, commented out function formal
	arguments.

Modified:
    incubator/stdcxx/trunk/tests/include/rw_locale.h

Modified: incubator/stdcxx/trunk/tests/include/rw_locale.h
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/include/rw_locale.h?view=diff&rev=557651&r1=557650&r2=557651
==============================================================================
--- incubator/stdcxx/trunk/tests/include/rw_locale.h (original)
+++ incubator/stdcxx/trunk/tests/include/rw_locale.h Thu Jul 19 08:04:00 2007
@@ -40,8 +40,11 @@
 rw_locales (int = _UNUSED_CAT, const char* = 0);
 
 
+// invokes the locale utility with the arguments specified by 'arg',
+// redirecting its output to the file named by 'fname' if non-null
+// returns the exit status of the utility
 _TEST_EXPORT int
-rw_locale (const char *args, const char *fname);
+rw_locale (const char* /* args */, const char* /* fname */);
 
 
 // creates a temporary directory and defines the RWSTD_LOCALE_ROOT
@@ -54,6 +57,7 @@
 _TEST_EXPORT const char*
 rw_set_locale_root ();
 
+
 // invokes localedef to create a locale database named by the last argument,
 // if non-0, or in a directory specified by the RWSTD_LOCALE_ROOT environment
 // variable otherwise, if it is defined, otherwise in the current working
@@ -90,7 +94,7 @@
 // directory
 // returns the name of the locale
 _TEST_EXPORT const char*
-rw_create_locale (const char *charmap, const char *locale);
+rw_create_locale (const char* /* charmap */, const char* /* locale */);
 
 
 // NUL-separated list of locale names specified by the --locales