ncbi_pch.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:4k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: ncbi_pch.hpp,v $
  4.  * PRODUCTION Revision 1000.0  2004/06/01 17:49:04  gouriano
  5.  * PRODUCTION PRODUCTION: IMPORTED [GCC34_MSVC7] Dev-tree R1.7
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. #if defined(NCBI_USE_PCH)
  10. #  ifndef NCBI_PCH__HPP
  11. #  define NCBI_PCH__HPP
  12. /*  $Id: ncbi_pch.hpp,v 1000.0 2004/06/01 17:49:04 gouriano Exp $
  13.  * ===========================================================================
  14.  *
  15.  *                            PUBLIC DOMAIN NOTICE
  16.  *               National Center for Biotechnology Information
  17.  *
  18.  *  This software/database is a "United States Government Work" under the
  19.  *  terms of the United States Copyright Act.  It was written as part of
  20.  *  the author's official duties as a United States Government employee and
  21.  *  thus cannot be copyrighted.  This software/database is freely available
  22.  *  to the public for use. The National Library of Medicine and the U.S.
  23.  *  Government have not placed any restriction on its use or reproduction.
  24.  *
  25.  *  Although all reasonable efforts have been taken to ensure the accuracy
  26.  *  and reliability of the software and data, the NLM and the U.S.
  27.  *  Government do not and cannot warrant the performance or results that
  28.  *  may be obtained by using this software or data. The NLM and the U.S.
  29.  *  Government disclaim all warranties, express or implied, including
  30.  *  warranties of performance, merchantability or fitness for any particular
  31.  *  purpose.
  32.  *
  33.  *  Please cite the author in any work or product based on this material.
  34.  *
  35.  * ===========================================================================
  36.  * 
  37.  */
  38. /** @file ncbi_pch.hpp
  39.  ** Header file to be pre-compiled and speed up build of NCBI C++ Toolkit
  40.  **/
  41. //TODO - define file content
  42. #include <corelib/ddumpable.hpp>
  43. #include <corelib/metareg.hpp>
  44. ///#include <corelib/ncbiapp.hpp>
  45. ///#include <corelib/ncbiargs.hpp>
  46. #include <corelib/ncbiatomic.hpp>
  47. #include <corelib/ncbicntr.hpp>
  48. #include <corelib/ncbidbg.hpp>
  49. #include <corelib/ncbidiag.hpp>
  50. //#include <corelib/ncbidll.hpp>
  51. ///#include <corelib/ncbienv.hpp>
  52. //#include <corelib/ncbiexec.hpp>
  53. #include <corelib/ncbiexpt.hpp>
  54. #include <corelib/ncbifile.hpp>
  55. #include <corelib/ncbimisc.hpp>
  56. #include <corelib/ncbimtx.hpp>
  57. #include <corelib/ncbiobj.hpp>
  58. ///#include <corelib/ncbireg.hpp>
  59. #include <corelib/ncbistd.hpp>
  60. #include <corelib/ncbistl.hpp>
  61. #include <corelib/ncbistr.hpp>
  62. #include <corelib/ncbistre.hpp>
  63. #include <corelib/ncbithr.hpp>
  64. #include <corelib/ncbithr_conf.hpp>
  65. #include <corelib/ncbitime.hpp>
  66. #include <corelib/ncbiutil.hpp>
  67. //#include <corelib/ncbi_bswap.hpp>
  68. #include <corelib/ncbi_limits.hpp>
  69. //#include <corelib/ncbi_process.hpp>
  70. //#include <corelib/ncbi_safe_static.hpp>
  71. #include <corelib/ncbi_system.hpp>
  72. #include <corelib/ncbi_tree.hpp>
  73. //#include <corelib/plugin_manager.hpp>
  74. //#include <corelib/plugin_manager_impl.hpp>
  75. //#include <corelib/test_mt.hpp>
  76. //#include <corelib/version.hpp>
  77. // Third Party Libraries specific includes
  78. #ifdef NCBI_WXWIN_USE_PCH
  79.   #include <wx/wxprec.h>
  80. #endif
  81. /*
  82.  * ===========================================================================
  83.  * $Log: ncbi_pch.hpp,v $
  84.  * Revision 1000.0  2004/06/01 17:49:04  gouriano
  85.  * PRODUCTION: IMPORTED [GCC34_MSVC7] Dev-tree R1.7
  86.  *
  87.  * Revision 1.7  2004/06/01 13:16:59  gorelenk
  88.  * Changed PCH for wxWindows to wxprec.h
  89.  *
  90.  * Revision 1.6  2004/05/26 19:32:35  gorelenk
  91.  * Commented accidentaly restored include of ncbi_safe_static.hpp
  92.  *
  93.  * Revision 1.5  2004/05/26 18:45:10  gorelenk
  94.  * Added section for using wxWindows headers in PCH .
  95.  *
  96.  * Revision 1.3  2004/05/14 16:46:02  gorelenk
  97.  * Comment some rarely used includes
  98.  *
  99.  * Revision 1.2  2004/05/14 14:14:14  gorelenk
  100.  * Changed ifdef
  101.  *
  102.  * Revision 1.1  2004/05/14 13:58:11  gorelenk
  103.  * Initial revision
  104.  *
  105.  * ===========================================================================
  106.  */
  107. #  endif /* NCBI_PCH__HPP */
  108. #endif /* NCBI_USE_PCH */