📄 socketsapplication.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 + -