00001 /***************************************************************************** 00002 * 00003 * $RCSfile: PortForm_8h-source.html,v $ 00004 * 00005 * GPS4Palm Port Form 00006 * 00007 * Based on the example "GPS" from the book 00008 * "Palm Programming, the Developer's Guide, 2nd edition" 00009 * by O'Reilly. 00010 * (Copyright (c) 1998-2001, Neil Rhodes and Julie McKeehan neil@pobox.com) 00011 * 00012 * This program is Copyright (C) 03/2003 Matthias Prinke 00013 * <matthias.prinke@surfeu.de> and covered by GNU's GPL. 00014 * In particular, this program is free software and comes WITHOUT 00015 * ANY WARRANTY. 00016 * 00017 * $Author: mp $ 00018 * 00019 * $Date: 2007-10-08 20:40:34 $ 00020 * 00021 * $Revision: 1.7.2.1 $ 00022 * 00023 * $Log: PortForm_8h-source.html,v $ 00023 * Revision 1.7.2.1 2007-10-08 20:40:34 mp 00023 * updated for gps4palm V0.9.5 beta 00023 * 00024 * Revision 1.3 2004-11-25 17:04:08 mp 00025 * fixed file header 00026 * 00027 * Revision 1.2 2004/11/24 21:33:37 mp 00028 * moved static function declarations from header to implementation file 00029 * 00030 * Revision 1.1.1.1 2003/07/14 18:59:29 mp 00031 * Imported GPS4Palm to CVS revision control. 00032 * 00033 * 00034 ****************************************************************************/ 00035 #ifndef PORTFORM_H 00036 #define PORTFORM_H 00037 00038 Boolean PortFormHandleEvent(EventPtr event); 00039 00040 00041 #endif