home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / base / base.h next >
C/C++ Source or Header  |  1995-04-08  |  2KB  |  58 lines

  1.  
  2.  
  3.  
  4.  
  5. #ifndef _base_h_ /* Fri Feb 11 16:38:19 1994 */
  6. #define _base_h_
  7.  
  8.  
  9.  
  10.  
  11.  
  12. /*
  13.  *
  14.  *          Copyright (C) 1994, M. A. Sridhar
  15.  *  
  16.  *
  17.  *     This software is Copyright M. A. Sridhar, 1994. You are free
  18.  *     to copy, modify or distribute this software  as you see fit,
  19.  *     and to use  it  for  any  purpose, provided   this copyright
  20.  *     notice and the following   disclaimer are included  with all
  21.  *     copies.
  22.  *
  23.  *                        DISCLAIMER
  24.  *
  25.  *     The author makes no warranties, either expressed or implied,
  26.  *     with respect  to  this  software, its  quality, performance,
  27.  *     merchantability, or fitness for any particular purpose. This
  28.  *     software is distributed  AS IS.  The  user of this  software
  29.  *     assumes all risks  as to its quality  and performance. In no
  30.  *     event shall the author be liable for any direct, indirect or
  31.  *     consequential damages, even if the  author has been  advised
  32.  *     as to the possibility of such damages.
  33.  *
  34.  */
  35.  
  36.  
  37.  
  38. // A single include file that includes (directly or indirectly) all of the 
  39. // base header files
  40.  
  41. #include "base/bitset.h"
  42. #include "base/bytestrm.h"
  43. #include "base/date.h"
  44. #include "base/integer.h"
  45. #include "base/intseq.h"
  46. #include "base/intset.h"
  47. #include "base/objseq.h"
  48. #include "base/objset.h"
  49. #include "base/strgseq.h"
  50. #include "base/strgset.h"
  51. #include "base/strsplit.h"
  52. #include "base/tbtree.h"
  53. #include "base/timeofda.h"
  54. #include "base/tree.h"
  55. #include "base/treewalk.h"
  56.  
  57. #endif /* _base_h_ */
  58.