Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2946)

Unified Diff: device/bluetooth/bluetooth_gatt_characteristic.h

Issue 778443002: bluetooth: Make device/bluetooth a shared library component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Set DelayLoadDLL settings on shared library as well Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/bluetooth_export.h ('k') | device/bluetooth/bluetooth_gatt_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_gatt_characteristic.h
diff --git a/device/bluetooth/bluetooth_gatt_characteristic.h b/device/bluetooth/bluetooth_gatt_characteristic.h
index f67e0a7caaf28e81ec9dd305003bced820ce02d4..f3a36e8928e58226c89036c7711a483985833c28 100644
--- a/device/bluetooth/bluetooth_gatt_characteristic.h
+++ b/device/bluetooth/bluetooth_gatt_characteristic.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
+#include "device/bluetooth/bluetooth_export.h"
#include "device/bluetooth/bluetooth_gatt_service.h"
#include "device/bluetooth/bluetooth_uuid.h"
@@ -31,7 +32,7 @@ class BluetoothGattNotifySession;
// service. To achieve this, users can construct instances of
// BluetoothGattCharacteristic directly and add it to the desired
// BluetoothGattService instance that represents a local service.
-class BluetoothGattCharacteristic {
+class DEVICE_BLUETOOTH_EXPORT BluetoothGattCharacteristic {
public:
// Values representing the possible properties of a characteristic, which
// define how the characteristic can be used. Each of these properties serve
« no previous file with comments | « device/bluetooth/bluetooth_export.h ('k') | device/bluetooth/bluetooth_gatt_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698