summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/IBluetoothSocket.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-02-18 14:40:24 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-02-19 09:12:20 +0000
commitc45e45c5c3d1570cc8fe688c715d3fd9795abbe1 (patch)
tree19f4c935686bb68bf4b0e92d37e6b831d96aba32 /sd/source/ui/remotecontrol/IBluetoothSocket.hxx
parente8f2870be12b8886cb58f5c35f607c00ebe96ea3 (diff)
sdremote: listening to dynamic changes to adapters.
Allows LibreOffice to start with no bluetooth, and for it to appear and disappear dynamically at run-time, cleaning up stale bluetooth sockets, and re-binding successfully each time. Change-Id: Ifa04c8cc1859c98adca94ac0e57c7ebd85f2f31f
Diffstat (limited to 'sd/source/ui/remotecontrol/IBluetoothSocket.hxx')
-rw-r--r--sd/source/ui/remotecontrol/IBluetoothSocket.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/IBluetoothSocket.hxx b/sd/source/ui/remotecontrol/IBluetoothSocket.hxx
index 194936730058..0359807d549f 100644
--- a/sd/source/ui/remotecontrol/IBluetoothSocket.hxx
+++ b/sd/source/ui/remotecontrol/IBluetoothSocket.hxx
@@ -33,6 +33,8 @@ namespace sd
@return number of bytes actually written
*/
virtual sal_Int32 write( const void* pBuffer, sal_uInt32 n ) = 0;
+
+ virtual void close() {};
};
}