Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chromeos / dbus / dbus_thread_manager.h
index 5f6e290..b1d395d 100644 (file)
@@ -31,6 +31,7 @@ class BluetoothAgentManagerClient;
 class BluetoothDeviceClient;
 class BluetoothGattCharacteristicClient;
 class BluetoothGattDescriptorClient;
+class BluetoothGattManagerClient;
 class BluetoothGattServiceClient;
 class BluetoothInputClient;
 class BluetoothProfileManagerClient;
@@ -42,6 +43,7 @@ class DebugDaemonClient;
 class GsmSMSClient;
 class ImageBurnerClient;
 class IntrospectableClient;
+class LorgnetteManagerClient;
 class ModemMessagingClient;
 class NfcAdapterClient;
 class NfcDeviceClient;
@@ -130,6 +132,7 @@ class CHROMEOS_EXPORT DBusThreadManager {
   virtual BluetoothGattCharacteristicClient*
       GetBluetoothGattCharacteristicClient() = 0;
   virtual BluetoothGattDescriptorClient* GetBluetoothGattDescriptorClient() = 0;
+  virtual BluetoothGattManagerClient* GetBluetoothGattManagerClient() = 0;
   virtual BluetoothGattServiceClient* GetBluetoothGattServiceClient() = 0;
   virtual BluetoothInputClient* GetBluetoothInputClient() = 0;
   virtual BluetoothProfileManagerClient* GetBluetoothProfileManagerClient() = 0;
@@ -140,6 +143,7 @@ class CHROMEOS_EXPORT DBusThreadManager {
   virtual GsmSMSClient* GetGsmSMSClient() = 0;
   virtual ImageBurnerClient* GetImageBurnerClient() = 0;
   virtual IntrospectableClient* GetIntrospectableClient() = 0;
+  virtual LorgnetteManagerClient* GetLorgnetteManagerClient() = 0;
   virtual ModemMessagingClient* GetModemMessagingClient() = 0;
   virtual NfcAdapterClient* GetNfcAdapterClient() = 0;
   virtual NfcDeviceClient* GetNfcDeviceClient() = 0;