Bug 1033234 - Fix build break when building JB 4.2. r=tzimmermann

This commit is contained in:
Shawn Huang 2014-07-02 22:58:00 -04:00
parent c812d8ad9d
commit 897601714b

View File

@ -27,7 +27,7 @@ class BluetoothInterface;
class BluetoothSocketInterface
{
public:
friend BluetoothInterface;
friend class BluetoothInterface;
// Init and Cleanup is handled by BluetoothInterface
@ -54,7 +54,7 @@ private:
class BluetoothHandsfreeInterface
{
public:
friend BluetoothInterface;
friend class BluetoothInterface;
bt_status_t Init(bthf_callbacks_t* aCallbacks);
void Cleanup();
@ -116,7 +116,7 @@ private:
class BluetoothA2dpInterface
{
public:
friend BluetoothInterface;
friend class BluetoothInterface;
bt_status_t Init(btav_callbacks_t *aCallbacks);
void Cleanup();
@ -140,7 +140,7 @@ class BluetoothAvrcpInterface
{
#if ANDROID_VERSION >= 18
public:
friend BluetoothInterface;
friend class BluetoothInterface;
bt_status_t Init(btrc_callbacks_t* aCallbacks);
void Cleanup();