home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / classlib.zip / db.zip / usr / include / db / db.h next >
C/C++ Source or Header  |  1994-08-31  |  582b  |  41 lines

  1. #ifndef _DB_H_
  2. #define _DB_H_
  3.  
  4. #ifndef _DBBOOLFIELD_H_
  5. #include <db/DBBoolField.h>
  6. #endif
  7.  
  8. #ifndef _DBCHARFIELD_H_
  9. #include <db/DBCharField.h>
  10. #endif
  11.  
  12. #ifndef _DBDATEFIELD_H_
  13. #include <db/DBDateField.h>
  14. #endif
  15.  
  16. #ifndef _DBFIELD_H_
  17. #include <db/DBField.h>
  18. #endif
  19.  
  20. #ifndef _DBFILE_H_
  21. #include <db/DBFile.h>
  22. #endif
  23.  
  24. #ifndef _DBMEMOFIELD_H_
  25. #include <db/DBMemoField.h>
  26. #endif
  27.  
  28. #ifndef _DBNUMFIELD_H_
  29. #include <db/DBNumField.h>
  30. #endif
  31.  
  32. #ifndef _DBLIST_H_
  33. #include <db/DBList.h>
  34. #endif
  35.  
  36. #ifndef _DBRECORD_H_
  37. #include <db/DBRecord.h>
  38. #endif
  39.  
  40. #endif
  41.