⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addressbookconstants.h

📁 symbian v9.1 下的地址本程序
💻 H
字号:
/*
* ==============================================================================
*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -