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 2006/03/19 00:09:41 UTC

svn commit: r386902 - /incubator/stdcxx/trunk/tests/localization/22.time.put.cpp

Author: sebor
Date: Sat Mar 18 15:09:38 2006
New Revision: 386902

URL: http://svn.apache.org/viewcvs?rev=386902&view=rev
Log:
2006-03-18  Martin Sebor  <se...@roguewave.com>

	* 22.time.put.cpp (<rw_locale.h>): Included instead of <localedef.h>.

Modified:
    incubator/stdcxx/trunk/tests/localization/22.time.put.cpp

Modified: incubator/stdcxx/trunk/tests/localization/22.time.put.cpp
URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/tests/localization/22.time.put.cpp?rev=386902&r1=386901&r2=386902&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/localization/22.time.put.cpp (original)
+++ incubator/stdcxx/trunk/tests/localization/22.time.put.cpp Sat Mar 18 15:09:38 2006
@@ -6,16 +6,22 @@
  *
  ***************************************************************************
  *
- * Copyright (c) 1994-2005 Quovadx,  Inc., acting through its  Rogue Wave
- * Software division. Licensed under the Apache License, Version 2.0 (the
- * "License");  you may  not use this file except  in compliance with the
- * License.    You    may   obtain   a   copy   of    the   License    at
- * http://www.apache.org/licenses/LICENSE-2.0.    Unless   required    by
- * applicable law  or agreed to  in writing,  software  distributed under
- * the License is distributed on an "AS IS" BASIS,  WITHOUT WARRANTIES OR
- * CONDITIONS OF  ANY KIND, either  express or implied.  See  the License
- * for the specific language governing permissions  and limitations under
- * the License.
+ * Copyright 2005-2006 The Apache Software Foundation or its licensors,
+ * as applicable.
+ *
+ * Copyright 2002-2006 Rogue Wave Software.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  * 
  **************************************************************************/
 
@@ -32,7 +38,7 @@
 #include <driver.h>      // for rw_test(), ...
 #include <environ.h>     // for rw_putenv()
 #include <file.h>        // for pcs_write(), ...
-#include <localedef.h>   // for rw_localedef(), ...
+#include <rw_locale.h>   // for rw_localedef(), ...
 #include <valcmp.h>      // for rw_strncmp()