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

📄 battleships-uids.h

📁 symbain7.0环境应用程序
💻 H
字号:
// Declares app and view UIDs for two-ships
//
// Copyright (c) 2003 Symbian Ltd.  All rights reserved.

#ifndef _battleships_uids_
#define _battleships_uids_

// UID for application
const TUid KUidBattleShips = { 0x101FAD5D };

// UID for P1 target fleet view
const TUid KP1OppViewUID = { 0x101FAD5E };

// UID for P1 own fleet view
const TUid KP1MyViewUID = { 0x101FAD5F };

// UIDs for GDP protocols
const TUid KGdpLoopbackUid = {0x101f8b53};//{ 0x01000002 };
const TUid KGdpSmsUid = {0x101f8b5e};//{ 0x01000003 };
const TUid KGdpBluetoothUid = {0x101f8b5f};//{ 0x01000004 };


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -