📄 clocationexample.cpp
字号:
/*
* ============================================================================
* Name : clocationexample.cpp
* Part of : Location Example
* Created : 21.05.2007 by Forum Nokia
* Description:
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#include <eikstart.h>
#include "clocationexampleapplication.h"
// -----------------------------------------------------------------------------
// NewApplication()
// Create an application, and return a pointer to it
// -----------------------------------------------------------------------------
EXPORT_C CApaApplication* NewApplication()
{
return ( static_cast<CApaApplication*> ( new CLocationExampleApplication ) );
}
// -----------------------------------------------------------------------------
// E32Main()
// Entry point function for Symbian Apps.
// -----------------------------------------------------------------------------
//
GLDEF_C TInt E32Main()
{
return EikStart::RunApplication( NewApplication );
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -