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

📄 bluetoothconnectorbase.cpp

📁 roids60 game symbian os application development
💻 CPP
字号:
// Copyright (c) Symbian Ltd 2008. All rights reserved.

// INCLUDE FILES
#include "CommonInterfaces.h"

/*
============================================================================
CBluetoothConnectionBase's destructor
============================================================================
*/
CBluetoothConnectionBase::~CBluetoothConnectionBase()
	{
	}
	
/*
============================================================================
CBluetoothConnectionBase's costructor
============================================================================
*/
CBluetoothConnectionBase::CBluetoothConnectionBase(TBool aMaster): CActive(CActive::EPriorityStandard), iMaster(aMaster)
	{
	CActiveScheduler::Add(this);
	//Sets the handle of the object
	iHandle = reinterpret_cast<TInt>(this);
	}

⌨️ 快捷键说明

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