author | Thomas Zimmermann <tdz@users.sourceforge.net> |
Tue, 09 Sep 2014 16:30:06 +0200 | |
changeset 204289 | 1f468fa137ae4a5d77bc5db5d2e41b5d35b4811a |
parent 204288 | a5b42086875478123e6d8d2436515c54878715c6 |
child 204290 | ee3f17a6afea06e8c325e339c5cea8808e42aeb6 |
push id | 27454 |
push user | ryanvm@gmail.com |
push date | Tue, 09 Sep 2014 22:58:39 +0000 |
treeherder | mozilla-central@6b3948d3413a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | btian |
bugs | 1064264 |
milestone | 35.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
dom/bluetooth2/bluedroid/BluetoothServiceBluedroid.h | file | annotate | diff | comparison | revisions |
--- a/dom/bluetooth2/bluedroid/BluetoothServiceBluedroid.h +++ b/dom/bluetooth2/bluedroid/BluetoothServiceBluedroid.h @@ -2,30 +2,26 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_dom_bluetooth_bluetoothservicebluedroid_h__ #define mozilla_dom_bluetooth_bluetoothservicebluedroid_h__ -#include <hardware/bluetooth.h> - #include "BluetoothCommon.h" #include "BluetoothInterface.h" #include "BluetoothService.h" BEGIN_BLUETOOTH_NAMESPACE class BluetoothServiceBluedroid : public BluetoothService , public BluetoothNotificationHandler { public: - static const bt_interface_t* GetBluetoothInterface(); - BluetoothServiceBluedroid(); ~BluetoothServiceBluedroid(); virtual nsresult StartInternal(BluetoothReplyRunnable* aRunnable); virtual nsresult StopInternal(BluetoothReplyRunnable* aRunnable); virtual nsresult GetAdaptersInternal(BluetoothReplyRunnable* aRunnable);