clocationexampleapplication.cpp
来自「这是一个关于s60基于c++的关于手机地图和定位的代码」· C++ 代码 · 共 37 行
CPP
37 行
/*
* ============================================================================
* Name : clocationexampleapplication.cpp
* Part of : Location Example
* Created : 21.05.2007 by Forum Nokia
* Description:
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#include "clocationexampledocument.h"
#include "clocationexampleapplication.h"
// -----------------------------------------------------------------------------
// CLocationExampleApplication::CreateDocumentL()
// Create an MultiViews document, and return a pointer to it
// -----------------------------------------------------------------------------
//
CApaDocument* CLocationExampleApplication::CreateDocumentL()
{
return( static_cast< CApaDocument* >( CLocationExampleDocument::NewL( *this ) ) );
}
// -----------------------------------------------------------------------------
// CLocationExampleApplication::AppDllUid()
// Returns application UID
// -----------------------------------------------------------------------------
//
TUid CLocationExampleApplication::AppDllUid() const
{
return KUidLocationExampleApp;
}
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?