home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / wapuniverse-src-0.3.5.build9.tar.gz / wapuniverse-src-0.3.5.build9.tar / wapuniverse-0.3.5.build9 / dbOffline.h < prev    next >
C/C++ Source or Header  |  2000-11-12  |  1KB  |  41 lines

  1. #ifndef _dboffline_h_
  2. #define _dboffline_h_
  3. //---------------------------------------------------------------------------
  4. // dbOffline.h
  5. //
  6. // Project: WAPUniverse for PalmOS
  7. // Copyright ⌐ 1999-2000 Filip Onkelinx
  8. //
  9. // http://www.wapuniverse.com/
  10. // filip@onkelinx.com
  11. //
  12. // This program is free software; you can redistribute it and/or
  13. // modify it under the terms of the GNU General Public License
  14. // as published by the Free Software Foundation; either version 2
  15. // of the License, or (at your option) any later version.
  16. //
  17. // This program is distributed in the hope that it will be useful,
  18. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. // GNU General Public License for more details.
  21. //
  22. // You should have received a copy of the GNU General Public License
  23. // along with this program; if not, write to the Free Software 
  24. // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
  25. //
  26. //
  27. // $Workfile: dbOffline.h $  
  28. // $Author: fon $  
  29. // $Date: 2000/11/10 23:48:23 $     
  30. // $Revision: 1.1.1.1 $
  31. //
  32. // $Header: /home/cvs/MobileToken/src/palm/browser/src/dbOffline.h,v 1.1.1.1 2000/11/10 23:48:23 fon Exp $
  33. //
  34. //---------------------------------------------------------------------------
  35.  
  36. #define dbOfflineDBType           'Offl'          // type for application database.  must be 4 chars, mixed case.
  37.  
  38. // 
  39.  
  40. #endif
  41.