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

📄 socketsapplication.cpp

📁 NOKIA手机的基于C++的socket完整的开发API,非常好用
💻 CPP
字号:
/* Copyright (c) 2001, Nokia Mobile Phones. All rights reserved */

#include "SocketsDocument.h"
#include "SocketsApplication.h"

// local constants
static const TUid KUidSocketsApp = {0x10005B78};

CApaDocument* CSocketsApplication::CreateDocumentL()
    {  
    // Create an Sockets document, and return a pointer to it
    CApaDocument* document = CSocketsDocument::NewL(*this);
    return document;
    }

TUid CSocketsApplication::AppDllUid() const
    {
    // Return the UID for the Sockets application
    return KUidSocketsApp;
    }

⌨️ 快捷键说明

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