smbmusicapsingleplayer.cpp
来自「symbian代码」· C++ 代码 · 共 37 行
CPP
37 行
/*----------------------------------------------------------------------------*/
// Copyright (c) 2007 Sony Ericsson Mobile Communications Japan, Inc.
// All rights reserved.
/*----------------------------------------------------------------------------*/
// FileName:
// SmbMusicAPSinglePlayer.cpp
//
// Description:
// 儈儏乕僕僢僋傾僾儕堦嬋嵞惗僾儗僀儎乕偺婲摦偵昁梫側C娭悢
//
/*------------------------------------------------------------------------*/
// $NoKeywords: $
#ifndef SMBMUSICAPSINGLEPLAYERAPPLICATION_H__
#include "SmbMusicAPSinglePlayerApplication.h"
#endif /* SMBMUSICAPSINGLEPLAYERAPPLICATION_H__ */
#include <eikstart.h>
// 傾僾儕働乕僔儑儞偺婲摦偵昁梫側 C 娭悢傪掕媊偡傞丅
USING_NAMESPACE_SEMCJ
CApaApplication* NewApplication()
{
return new CSmbMusicAPSinglePlayerApplication;
// 巊梡偡傞傾僾儕働乕僔儑儞僋儔僗偵曄峏偡傞帠丅
}
GLDEF_C TInt E32Main()
{
return EikStart::RunApplication(NewApplication);
}
// end of SmbMusicAPSinglePlayer.cpp
/* Copyright (C) 2007Sony Ericsson Mobile Communications Japan, Inc. */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?