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/11/20 15:55:46 UTC

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

Author: sebor
Date: Tue Nov 20 06:55:45 2007
New Revision: 596704

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

	* rw_locale.h (rw_set_locale_root): Updated comments.

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?rev=596704&r1=596703&r2=596704&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/include/rw_locale.h (original)
+++ incubator/stdcxx/trunk/tests/include/rw_locale.h Tue Nov 20 06:55:45 2007
@@ -22,7 +22,7 @@
  * implied.   See  the License  for  the  specific language  governing
  * permissions and limitations under the License.
  *
- * Copyright 2001-2006 Rogue Wave Software.
+ * Copyright 2001-2007 Rogue Wave Software, Inc.
  * 
  **************************************************************************/
 
@@ -47,13 +47,16 @@
 rw_locale (const char* /* args */, const char* /* fname */);
 
 
-// creates a temporary directory and defines the RWSTD_LOCALE_ROOT
-// environment variable to the name of the directory; if the environment
-// variable RW_PUTENV is defined, defines any additional environment
-// variable specified by it (by calling rw_putenv(0))
-// returns the absolute pathname of the directory
 #define LOCALE_ROOT_ENVAR   "RWSTD_LOCALE_ROOT"
 
+// creates a temporary directory and defines the RWSTD_LOCALE_ROOT
+// environment variable to the name of the directory; the directory
+// will be automatically removed on program exit as if by calling
+// atexit()
+// if the environment variable RW_PUTENV is defined, defines any
+// additional environment variable(s) specified by it (by calling
+// rw_putenv(0))
+// returns the absolute pathname of the directory
 _TEST_EXPORT const char*
 rw_set_locale_root ();