blob: 2d9c440666ff465202b182a50cc5c38880fc4acd [file] [log] [blame]
# @@@ START COPYRIGHT @@@
#
# 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.
#
# @@@ END COPYRIGHT @@@
File name 00-readme
Description: This directory contains a package to provide temporary
support for exception handling (until the Tandem Native
Mode C++ compiler provides the C++ exception handling
support). This exception handling package cut back the
runtime stack by calling the C runtime function longjmp.
The destructors of the cut-back automatic instances will
not be invoked.
For more information about this exception handling
package and how the package is used, please read the
content of the header file EHException.h in the same
directory.
Created: 5/22/95
$Log: 00-readme,v $
These are the source files from Source Safe.
Removed references to file makefile.test
Initial revision
How to Use This Exception Handling Package:
------------------------------------------
To find out how you can use this exception handling package, please
read the contents of files EHException.h, test1.C, and test2.C.
How to Update the Exception Handling Package:
--------------------------------------------
The procedure to update the contents of this directory is very similar
to the procedure to update the contents of the stable catalog manager
directory.