addressbookconstants.h
来自「symbian v9.1 下的地址本程序」· C头文件 代码 · 共 38 行
H
38 行
/*
* ==============================================================================
* Name : AddressBookConstants.h
* Part of : AddressBook
* Interface :
* Description : contains constants that define Provider site
* Version :
*
* Copyright (c) 2002-2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
#ifndef ADDRESSBOOKCONSTANTS_H
#define ADDRESSBOOKCONSTANTS_H
// INCLUDES
#include <e32def.h>
// CONSTANTS
_LIT8(KPpContract,"urn:nokia:test:addrbook:2004-09");
_LIT8(KQueryResponseLocalName, "QueryResponse");
_LIT8(KASEndPoint, "http://selma.ndhub.net:9080/tfs/IDPSSO_IDWSF");
_LIT8(KTestAuthzID, "testuser1");
_LIT8(KTestPassword, "testuser1");
_LIT8(KASContract, "urn:liberty:as:2004-04");
_LIT8(KASProviderID, "http://selma.ndhub.net:9080/tfs/");
#endif //ADDRESSBOOKCONSTANTS_H
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?