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

📄 clocationexampleapplication.cpp

📁 Symbian Demo, why do you want to get 20 bytes.
💻 CPP
字号:
/*
* ============================================================================
*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -