00001 #if defined(NCBI_USE_PCH) && !defined(NCBI_PCH__HPP) 00002 /* $Id: ncbi_pch.hpp 116746 2008-01-07 19:35:11Z kazimird $ 00003 * =========================================================================== 00004 * 00005 * PUBLIC DOMAIN NOTICE 00006 * National Center for Biotechnology Information 00007 * 00008 * This software/database is a "United States Government Work" under the 00009 * terms of the United States Copyright Act. It was written as part of 00010 * the author's official duties as a United States Government employee and 00011 * thus cannot be copyrighted. This software/database is freely available 00012 * to the public for use. The National Library of Medicine and the U.S. 00013 * Government have not placed any restriction on its use or reproduction. 00014 * 00015 * Although all reasonable efforts have been taken to ensure the accuracy 00016 * and reliability of the software and data, the NLM and the U.S. 00017 * Government do not and cannot warrant the performance or results that 00018 * may be obtained by using this software or data. The NLM and the U.S. 00019 * Government disclaim all warranties, express or implied, including 00020 * warranties of performance, merchantability or fitness for any particular 00021 * purpose. 00022 * 00023 * Please cite the author in any work or product based on this material. 00024 * 00025 * =========================================================================== 00026 * 00027 */ 00028 00029 /** @file ncbi_pch.hpp 00030 ** Header file to be pre-compiled and speed up build of NCBI C++ Toolkit 00031 ** (wrapper for the "real" version under common/) 00032 **/ 00033 # define NCBI_PCH__HPP 00034 # include <common/ncbi_pch_impl.hpp> 00035 #endif 00036 00037
1.4.6
Modified on Mon Dec 07 16:20:38 2009 by modify_doxy.py rev. 173732