📄 smbmusicapsingleplayernotify.h
字号:
/*----------------------------------------------------------------------------*/
// Copyright (c) 2004 Sony Ericsson Mobile Communications Japan, Inc.
// All rights reserved.
/*----------------------------------------------------------------------------*/
// FileName:
// SmbMusicAPSinglePlayerNotify.h
//
// Description:
// 堦嬋嵞惗僾儗僀儎乕MW僾儗僀儎乕惂屼忣曬捠抦僋儔僗僿僢僟
//
// Modify:
// 2007-02-01 PTX824Start
/*------------------------------------------------------------------------*/
// $NoKeywords: $
#ifndef SMBMUSICAPSINGLEPLAYERNOTIIFY_H_
#define SMBMUSICAPSINGLEPLAYERNOTIIFY_H_
#ifndef __SMBMUSICMWPLAYERIF_H__
#include <SmbMusicMWPlayerIF.h> //MW僾儗僀儎乕惂屼IF
#endif // __SMBMUSICMWPLAYERIF_H__
SEMCJ_NAMESPACE_BEGIN
class CSmbMusicAPSinglePlayerModel;
class RSmbMusicMWPlayerSession;
class CSmbMusicAPSinglePlayerNotify : public CActive
{
enum TPanicCode
{
EInvalidArgument = 0 // 堷悢堎忢 (NULL 側偳)
};
public:
static CSmbMusicAPSinglePlayerNotify* NewL(RSmbMusicMWPlayerSession* aSession, CSmbMusicAPSinglePlayerModel* aController); //僼傽僋僩儕娭悢
~CSmbMusicAPSinglePlayerNotify(); // 僨僗僩儔僋僞
public: // CActive
void RunL(); // 姰椆屻張棟
void DoCancel(); // 僉儍儞僙儖張棟
void SetNotifyPlayerEventL(); // MW僾儗僀儎乕惂屼忣曬捠抦梫媮
private:
CSmbMusicAPSinglePlayerNotify( RSmbMusicMWPlayerSession* aSession,
CSmbMusicAPSinglePlayerModel* aController); //僐儞僗僩儔僋僞
CSmbMusicAPSinglePlayerModel* iController; // 堦嬋嵞惗儌僨儖僋儔僗億僀儞僞
RSmbMusicMWPlayerSession* iSession; // MW僾儗僀儎乕惂屼傊偺億僀儞僞
TSmbMusicMWPlayerInfo iPlayerInfo; // 僾儗僀儎乕忬懺
};
SEMCJ_NAMESPACE_END
#endif //SMBMUSICAPSINGLEPLAYERNOTIIFY_H_
//// end of SmbMusicAPSinglePlayerNotify.h
/* Copyright (C) 2005-2007 Sony Ericsson Mobile Communications Japan, Inc. */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -