00001 #ifndef UCS_HXX 00002 #define UCS_HXX 00003 00004 /************************************************************************** 00005 * 00006 * Copyright (C) 2010, Jonathan S. Shapiro 00007 * Portions Copyright (C) 2008, Johns Hopkins University 00008 * All rights reserved. 00009 * 00010 * Redistribution and use in source and binary forms, with or 00011 * without modification, are permitted provided that the following 00012 * conditions are met: 00013 * 00014 * - Redistributions of source code must contain the above 00015 * copyright notice, this list of conditions, and the following 00016 * disclaimer. 00017 * 00018 * - Redistributions in binary form must reproduce the above 00019 * copyright notice, this list of conditions, and the following 00020 * disclaimer in the documentation and/or other materials 00021 * provided with the distribution. 00022 * 00023 * - Neither the names of the copyright holders nor the names of any 00024 * of any contributors may be used to endorse or promote products 00025 * derived from this software without specific prior written 00026 * permission. 00027 * 00028 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 00029 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 00030 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 00031 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 00032 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 00033 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 00034 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 00035 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 00036 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00037 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00038 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00039 * 00040 **************************************************************************/ 00041 00042 typedef long ucs4_t; 00043 00044 #endif /* UCS_HXX */
1.4.7