Kaydet (Commit) 351829b2 authored tarafından Andrzej Hunt's avatar Andrzej Hunt

Revert "fdo#74697 Add Bluez 5 support for impress remote."

Stray printf conversion gone wrong (in addition to some dbus types
missing on older systems) reverting so that one clean
patch can be easily cherry-picked to the other relevant branches.

This reverts commit 664ceee3.

Change-Id: I2c4369288362e5fd56e5502e3ad37c42ea3787cf
üst 664ceee3
...@@ -61,7 +61,7 @@ sal_Int32 BufferedStreamSocket::write( const void* pBuffer, sal_uInt32 n ) ...@@ -61,7 +61,7 @@ sal_Int32 BufferedStreamSocket::write( const void* pBuffer, sal_uInt32 n )
void BufferedStreamSocket::close() void BufferedStreamSocket::close()
{ {
if( usingCSocket && mSocket != -1 ) if( usingCSocket )
{ {
#ifdef WIN32 #ifdef WIN32
::closesocket( mSocket ); ::closesocket( mSocket );
......
...@@ -122,8 +122,6 @@ void Communicator::execute() ...@@ -122,8 +122,6 @@ void Communicator::execute()
pTransmitter->join(); pTransmitter->join();
pTransmitter = NULL; pTransmitter = NULL;
if( mpSocket )
mpSocket->close();
delete mpSocket; delete mpSocket;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment