📄 header.c
字号:
/*
* Copyright (C) Ericsson Mobile Communications AB, 2000.
* Licensed to AU-System AB.
* All rights reserved.
*
* This software is covered by the license agreement between
* the end user and AU-System AB, and may be used and copied
* only in accordance with the terms of the said agreement.
*
* Neither Ericsson Mobile Communications AB nor AU-System AB
* assumes any responsibility or liability for any errors or inaccuracies in
* this software, or any consequential, incidental or indirect damage arising
* out of the use of the Generic WAP Client software.
*/
/*========================================================================
WAP Implementation Project
==========================================================================
File: Header.C
Description:
Author: Ingmar Persson, AU-System Radio AB
Revision history:
Date Rev Sign Comment
980917 PA1 IPN First version
990218 IPN Latest version
001205 HEAD CreateConnectHeader ignores the ev. PROFILE DIFF.
001211 IPN Removed CreateCapabilities and ParseCapabilities.
010319 RMZ Added function createCookieData.
------------------------------------------------------------------------*/
/* Private include statements */
#include "header.h"
#include "cache.h"
#include "hdrutil.h"
#include "cmmnrsrc.h"
#include "waedef.h"
#include "url.h"
#include "wae_cmmn.h"
#include "waedef.h"
#include "aapiclnt.h"
#include "capiclnt.h"
#include "confvars.h"
#include "aapimmi.h"
#include "dbfunct.h"
#ifdef CONFIG_PUSH
#define APP_ID_SIA 1
#define APP_ID_WML_UA 2
#define APP_ID_WTA_UA 3
#endif
typedef struct
{
int iObjectID;
int iSID;
void* pvReqStruct;
int iOptions;
int iPrio;
unsigned long int uiPid;
char chWaitingFor; /* Kan ev strykas om man g錼 p
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -