libraries/btserial/bwins/btserial.def
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Sun, 18 Jul 2010 18:57:41 +0100
changeset 36 99de8c43cede
parent 0 7f656887cf89
permissions -rw-r--r--
First cut of thread pools in fshell. Not fully working yet. Removed 4 overloads of CCommandBase::RunCommand[L] that are no longer used at all, and changed one more to not be exported as it's only used internally to iocli.dll. Added a thread pool (CThreadPool) to fshell so that thread commands no longer have to spawn a new thread every time they run. As part of this, CCommandWrapperBase now derives from CActive so that CThreadCommand can use its CActive-ness. CThreadCommand rejigged quite a bit to use CThreadPool (via MTaskRunner interface).

EXPORTS
	??1CBluetoothIncomingSerialConnection@@UAE@XZ @ 1 NONAME ; CBluetoothIncomingSerialConnection::~CBluetoothIncomingSerialConnection(void)
	?CancelRead@CBluetoothIncomingSerialConnection@@QAEXXZ @ 2 NONAME ; void CBluetoothIncomingSerialConnection::CancelRead(void)
	?CancelRead@RBtSerialSession@@QBEXXZ @ 3 NONAME ; void RBtSerialSession::CancelRead(void) const
	?CancelWaitForConnection@RBtSerialSession@@QAEXXZ @ 4 NONAME ; void RBtSerialSession::CancelWaitForConnection(void)
	?CancelWrite@CBluetoothIncomingSerialConnection@@QAEXXZ @ 5 NONAME ; void CBluetoothIncomingSerialConnection::CancelWrite(void)
	?CancelWrite@RBtSerialSession@@QAEXXZ @ 6 NONAME ; void RBtSerialSession::CancelWrite(void)
	?Close@RBtSerialSession@@QAEXXZ @ 7 NONAME ; void RBtSerialSession::Close(void)
	?Connect@RBtSerialSession@@QAEHXZ @ 8 NONAME ; int RBtSerialSession::Connect(void)
	?Connected@CBluetoothIncomingSerialConnection@@QAEHXZ @ 9 NONAME ; int CBluetoothIncomingSerialConnection::Connected(void)
	?IsConnected@RBtSerialSession@@QBEHXZ @ 10 NONAME ; int RBtSerialSession::IsConnected(void) const
	?NewL@CBluetoothIncomingSerialConnection@@SAPAV1@AAVMBtIncomingConnectionObserver@@@Z @ 11 NONAME ; class CBluetoothIncomingSerialConnection * CBluetoothIncomingSerialConnection::NewL(class MBtIncomingConnectionObserver &)
	?Read@CBluetoothIncomingSerialConnection@@QAEXAAVTDes8@@@Z @ 12 NONAME ; void CBluetoothIncomingSerialConnection::Read(class TDes8 &)
	?Read@RBtSerialSession@@QBEXAAVTDes8@@AAVTRequestStatus@@@Z @ 13 NONAME ; void RBtSerialSession::Read(class TDes8 &, class TRequestStatus &) const
	?ShutDown@CBluetoothIncomingSerialConnection@@QAEXXZ @ 14 NONAME ; void CBluetoothIncomingSerialConnection::ShutDown(void)
	?WaitForConnection@CBluetoothIncomingSerialConnection@@QAEXXZ @ 15 NONAME ; void CBluetoothIncomingSerialConnection::WaitForConnection(void)
	?WaitForConnection@RBtSerialSession@@QAEXAAVTRequestStatus@@@Z @ 16 NONAME ; void RBtSerialSession::WaitForConnection(class TRequestStatus &)
	?Write@CBluetoothIncomingSerialConnection@@QAEXABVTDesC8@@@Z @ 17 NONAME ; void CBluetoothIncomingSerialConnection::Write(class TDesC8 const &)
	?Write@RBtSerialSession@@QAEXABVTDesC8@@AAVTRequestStatus@@@Z @ 18 NONAME ; void RBtSerialSession::Write(class TDesC8 const &, class TRequestStatus &)
	?ConnectedDeviceAddrL@CBluetoothIncomingSerialConnection@@QAE?AVTBTDevAddr@@XZ @ 19 NONAME ; class TBTDevAddr CBluetoothIncomingSerialConnection::ConnectedDeviceAddrL(void)
	?GetConnectedDeviceAddr@RBtSerialSession@@QAEHAAVTBTDevAddr@@@Z @ 20 NONAME ; int RBtSerialSession::GetConnectedDeviceAddr(class TBTDevAddr &)
	?GetConnectedDeviceName@RBtSerialSession@@QAEHAAVTDes16@@@Z @ 21 NONAME ; int RBtSerialSession::GetConnectedDeviceName(class TDes16 &)
	?GetConnectedDeviceNameL@CBluetoothIncomingSerialConnection@@QAEXXZ @ 22 NONAME ; void CBluetoothIncomingSerialConnection::GetConnectedDeviceNameL(void)