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

📄 smbmusicapsyncservercontentsservicegetcplist.h

📁 索爱相关代码。实现功能是server。很有参考价值。代码很难弄到。symbian。
💻 H
字号:
/* Copyright (C) 2006 Sony Ericsson Mobile Communications Japan, Inc.      */
/*-------------------------------------------------------------------------*/
// FileName:
//  SmbMusicAPSyncServerContentsServiceGetCpList.h
//
// Description:
//  SmbMusicAPSyncServerContentsServiceGetCpList
//    儔僀僙儞僗僠僃僢僋偺昁梫側CP儕僗僩庢摼梫媮僒乕價僗
//    儔僀僙儞僗僠僃僢僋偺昁梫側CP儕僗僩偺庢摼梫媮偵懳偡傞僒乕價僗
/*------------------------------------------------------------------------*/
//曄峏棜楌
//擔晅          |曄峏幰     |撪梕
//--------------+-----------+----------------------------------------------
//2007/03/26	|K3悪杮		| 怴婯嶌惉


#ifndef __SMBMUSICAPSYNCSERVERCONTENTSSERVICEGETCPLIST_H__
#define __SMBMUSICAPSYNCSERVERCONTENTSSERVICEGETCPLIST_H__

#ifndef __SMBCOMMONDEF_H__
#include <SmbCommonDef.h>
#endif	//  __SMBCOMMONDEF_H__

#ifndef FJWCDMAMPDEF_H__
#include <FjWcdmaMpDef.h>
#endif	//  FJWCDMAMPDEF_H__


#ifndef __SMBMUSICAPSYNCSERVERCONTENTSSERVICEBASE_H__
#include "SmbMusicAPSyncServerContentsServiceBase.h"
#endif	//  __SMBMUSICAPSYNCSERVERCONTENTSSERVICEBASE_H__


SEMCJ_NAMESPACE_BEGIN

class CSmbMusicMWLibStaticSearchListItem;

//****************************************************************************//
/**
 *  儔僀僙儞僗僠僃僢僋偺昁梫側CP儕僗僩庢摼梫媮僒乕價僗
 **/
//****************************************************************************//
class CSmbMusicAPSyncServerContentsServiceGetCpList	:	public CSmbMusicAPSyncServerContentsServiceBase
	{
public:
	//  僐儞僗僩儔僋僞
	CSmbMusicAPSyncServerContentsServiceGetCpList(
		DCM_NAMESPACE::RLog& aRlog,
		CSmbMusicAPSyncServerModel& aModel,
		MSmbMusicAPSyncServerContentsAsyncObserver& aObserver,
		CSmbMusicAPSyncServerContentsFunc& aFunc,
		MSmbMusicAPSyncServerContentsManagerInterface& aManagerInterface,
		CSmbMusicAPSyncServerContentsScreenTraceManager& aScreenData,
		const RMessage2& aRMessage
		);

	//  僨僗僩儔僋僞
	~CSmbMusicAPSyncServerContentsServiceGetCpList();


public:		//  CSmbMusicAPSyncServerContentsServiceBase
	//  僒乕價僗偺奐巒梫媮
	TSmbMusicAPSyncServerContentsServiceState StartServiceL();

	//  僒乕價僗僄儔乕捠抦
	TSmbMusicAPSyncServerContentsServiceState ServiceErr(TInt aError);

	//  僒乕價僗僉儍儞僙儖捠抦
	void CancelService();

	//  僒乕價僗宲懕
	TSmbMusicAPSyncServerContentsServiceState ContinueServiceL();


private:	//  function


private:	//  data
	CSmbMusicMWLibStaticSearchListItem*	iCpList;
	};

SEMCJ_NAMESPACE_END

#endif	// __SMBMUSICAPSYNCSERVERCONTENTSSERVICEGETCPLIST_H__
// end of SmbMusicAPSyncServerContentsServiceGetCpList.h

/* Copyright (C) 2006 Sony Ericsson Mobile Communications Japan, Inc. */

⌨️ 快捷键说明

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