📄 bluetoothconnectorbase.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 + -