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/06/04 22:11:00 UTC

svn commit: r544240 - in /incubator/stdcxx/trunk/examples/tutorial: exceptn.cpp stdexcept.cpp

Author: sebor
Date: Mon Jun  4 13:10:59 2007
New Revision: 544240

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

	* exceptn.cpp: Moved...
	* stdexcept.cpp: ...to this.

Added:
    incubator/stdcxx/trunk/examples/tutorial/stdexcept.cpp
      - copied, changed from r543631, incubator/stdcxx/trunk/examples/tutorial/exceptn.cpp
Removed:
    incubator/stdcxx/trunk/examples/tutorial/exceptn.cpp

Copied: incubator/stdcxx/trunk/examples/tutorial/stdexcept.cpp (from r543631, incubator/stdcxx/trunk/examples/tutorial/exceptn.cpp)
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/stdexcept.cpp?view=diff&rev=544240&p1=incubator/stdcxx/trunk/examples/tutorial/exceptn.cpp&r1=543631&p2=incubator/stdcxx/trunk/examples/tutorial/stdexcept.cpp&r2=544240
==============================================================================
--- incubator/stdcxx/trunk/examples/tutorial/exceptn.cpp (original)
+++ incubator/stdcxx/trunk/examples/tutorial/stdexcept.cpp Mon Jun  4 13:10:59 2007
@@ -1,21 +1,28 @@
 /**************************************************************************
  *
- * exceptn.cpp - Illustrate the use of Standard exceptions.
+ * stdexcept.cpp - Illustrate the use of C++ Standard Library exceptions.
  *
- * $Id: //stdlib/dev/examples/stdlib/tutorial/exceptn.cpp#11 $
+ * $Id$
  *
  ***************************************************************************
  *
- * 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.
+ * Licensed to the Apache Software  Foundation (ASF) under one or more
+ * contributor  license agreements.  See  the NOTICE  file distributed
+ * with  this  work  for  additional information  regarding  copyright
+ * ownership.   The ASF  licenses this  file to  you 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 1994-2005 Rogue Wave Software.
  * 
  **************************************************************************/