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

📄 smbmusicapsingleplayerapplication.cpp

📁 symbian代码
💻 CPP
字号:
/*----------------------------------------------------------------------------*/
// Copyright (c) 2007 Sony Ericsson Mobile Communications Japan, Inc.
// All rights reserved.
/*----------------------------------------------------------------------------*/
// FileName:
//   SmbMusicAPSinglePlayerApplication.cpp
//   
// Description:
//	儈儏乕僕僢僋傾僾儕堦嬋嵞惗僾儗僀儎乕偺傾僾儕働乕僔儑儞僋儔僗
//
//	Modify:
//	2007-02-01	PTX204Start
/*------------------------------------------------------------------------*/
// $NoKeywords: $


#ifndef SMBMUSICAPSINGLEPLAYERAPPLICATION_H__
#include "SmbMusicAPSinglePlayerApplication.h"
#endif	/* SMBMUSICAPSINGLEPLAYERAPPLICATION_H__ */

#ifndef SMBMUSICAPSINGLEPLAYERDOCUMENT_H__
#include "SmbMusicApSinglePlayerDocument.h"
#endif	/* #ifndef SMBMUSICAPSINGLEPLAYERDOCUMENT_H__ */

#ifndef __SMBMUSICAPSINGLEPLAYEREXTERNALINTERFACE_H__
#include "SmbMusicAPSinglePlayerExternalInterface.h"
#endif	/* #ifndef __SMBMUSICAPSINGLEPLAYEREXTERNALINTERFACE_H__ */

SEMCJ_NAMESPACE_BEGIN

///////////////////////////////////////////////////////////////////////////////
// CSmbMusicAPSinglePlayerApplication
/**
 *	傾僾儕働乕僔儑儞偺uid傪曉偡
 *	@param 側偟
 *	@return TUid
 */
TUid CSmbMusicAPSinglePlayerApplication::AppDllUid() const
	{
	return KSmbMusicAPSinglePlayerUid;
	}

/**
 *	僪僉儏儊儞僩僋儔僗偺惗惉
 *	@param	側偟
 *	@return CApaDocument*
 */
CApaDocument* CSmbMusicAPSinglePlayerApplication::CreateDocumentL()
	{
	CSmbMusicAPSinglePlayerDocument* pDoc =  new(ELeave) CSmbMusicAPSinglePlayerDocument(*this);
	// 巊梡偡傞 Document 僆僽僕僃僋僩偵曄峏偡傞丅
	CleanupStack::PushL(pDoc);
	pDoc->ConstructL();
	CleanupStack::Pop(pDoc);
	return pDoc;
	}

SEMCJ_NAMESPACE_END
// end of SmbMusicAPSinglePlayerApplication.cpp
/* Copyright (C) 2007Sony Ericsson Mobile Communications Japan, Inc. */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -