www.pudn.com > wap2.0.rar > cms_wml_typeswml.h
/* $Id: ps_actionprocess.h V1.0 2001/09/19 */ /********************************************************************************************** * This source code has been made available to you by CORETEK on an AS-IS * basis. Anyone receiving this source is licensed under CORETEK * copyrights to use it in any way he or she deems fit, including * copying it, modifying it, compiling it, and redistributing it either * with or without modifications. * * Any person who transfers this source code or any derivative work * must include the CORETEK copyright notice, this paragraph, and the * preceding two paragraphs in the transferred software. * * COPYRIGHT CORETEK CORPORATION 2001 * LICENSED MATERIAL - PROGRAM PROPERTY OF CORETEK *********************************************************************************************/ /********************************************************************************************** * FILE: ps_actionprocess.h * MODULE: Parse Wml * * PURPOSE: Macro define,structure define,global variants or functions declare . * * AUTHOR(S): ZhiLi Wang * GROUP: Browser Group * DATE CREATED: 2001/09/20 * REFERENCE DOCUMENT ID: Detail Design of WapBrowser * MODIFICATIONS: * Date userName Description * 2001/07/20 ZhiLi Wang Create this file * 2001/09/19 XueSong Wang Modify this file *********************************************************************************************/ #ifndef _TYPESWML_H_ #define _TYPESWML_H_ /******************************************************************************************** * macro declare ********************************************************************************************/ #ifndef NULL #define NULL ((void *)0) #endif /******************************************************************************************** * struct declare ********************************************************************************************/ typedef unsigned char UInt8; typedef unsigned short UInt16; typedef unsigned long UInt32; typedef signed char Int8; typedef signed short Int16; typedef signed long Int32; typedef unsigned char Boolean; typedef unsigned int BitField; #endif /*_TYPESWML_H_*/