smbmusicapsyncservereventdispatcher.h
来自「索爱相关代码。实现功能是server。很有参考价值。代码很难弄到。symbian」· C头文件 代码 · 共 112 行
H
112 行
/* Copyright (C) 2006 Sony Ericsson Mobile Communications Japan, Inc. */
/*--------------------------------------------------------------------*/
// FileName:
// SmbMusicAPSyncServerEventDispatcher.h
//
// Description:
// PTX810 Music傾僾儕 摨婜僒乕僶 傾僾儕摨婜僋儔僗
/*--------------------------------------------------------------------*/
//曄峏棜楌
//擔晅 |曄峏幰 |撪梕
//--------------+---------------+--------------------------------------
//2006/05/31 |暯壀 |怴婯嶌惉
#ifndef __SMBMUSICAPSYNCSERVEREVENTDISPATCHER_H__
#define __SMBMUSICAPSYNCSERVEREVENTDISPATCHER_H__
#ifndef __SMBMUSICAPSYNCSERVERINTERNALDEF_H__
#include "SmbMusicAPSyncServerInternalDef.h"
#endif
//#ifndef __SMBMUSICAPSYNCSERVERCOMMANDOBSERVER_H__
//#include "SmbMusicAPSyncServerCommandObserver.h"
//#endif
#ifndef __SMBCOMMONDEF_H__
#include <SmbCommonDef.h>
#endif
DCM_NAMESPACE_BEGIN
class RLog;
DCM_NAMESPACE_END
SEMCJ_NAMESPACE_BEGIN
class CSmbMusicAPSyncServerModel;
class CSmbMusicAPSyncServerControllerBase;
/**
* Music傾僾儕仜仜僋儔僗
*
*
*/
class CSmbMusicAPSyncServerEventDispatcher : /*public MSmbMusicAPSyncServerCommandObserver,*/ public CBase
{
public:
/**
* @param [in/out/in,out] aMsg
* @return
*/
void ReceiveMessage(const RMessage2& aMsg);
/**
* @param [in/out/in,out] aLog
* @return
*/
CSmbMusicAPSyncServerEventDispatcher(DCM_NAMESPACE::RLog& aLog);
/**
僨僗僩儔僋僞
* @param 側偟
* @return 側偟
*/
~CSmbMusicAPSyncServerEventDispatcher();
/**
* @param [in/out/in,out] aModel
* @return
*/
void ConstructL(CSmbMusicAPSyncServerModel& aModel);
/**
* @param [in/out/in,out] aSession
* @return
*/
void Connect(CSession2& aSession);
/**
* @param [in/out/in,out] aSession
* @return
*/
void DisConnect(CSession2& aSession);
/**
* @param [in/out/in,out] aCommand
* @return
*/
void CommandL(TSmbMusicAPSyncServerInternalCommandPkg aCommand);
private:
RPointerArray<CSmbMusicAPSyncServerControllerBase> iController;
DCM_NAMESPACE::RLog& iLog;
};
SEMCJ_NAMESPACE_END
#endif //__SMBMUSICAPSYNCSERVEREVENTDISPATCHER_H__
// end of SmbMusicAPSyncServerEventDispatcher.h
/* Copyright (C) 2006 Sony Ericsson Mobile Communications Japan, Inc. */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?