diff options
author | Siqi LIU <me@siqi.fr> | 2013-07-21 14:09:10 +0200 |
---|---|---|
committer | Siqi LIU <me@siqi.fr> | 2013-07-21 14:09:25 +0200 |
commit | d3cbcbad7d160c7b44182cc5142c5cd4e0e1a034 (patch) | |
tree | 736a289f93e7338d6ddb0ccb0bf6da04e8372fad /sd/source/ui/remotecontrol/DiscoveryService.hxx | |
parent | 81f08fc302faa7a0cc84e3736fce1e8062251b90 (diff) |
restore old implementation of autodiscovery to keep android app happy ^^
Change-Id: I33d856c5654cedb0d6bf437bf4653fac8830369c
Diffstat (limited to 'sd/source/ui/remotecontrol/DiscoveryService.hxx')
-rw-r--r-- | sd/source/ui/remotecontrol/DiscoveryService.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/DiscoveryService.hxx b/sd/source/ui/remotecontrol/DiscoveryService.hxx index a50454b6d545..846b2119fcaf 100644 --- a/sd/source/ui/remotecontrol/DiscoveryService.hxx +++ b/sd/source/ui/remotecontrol/DiscoveryService.hxx @@ -47,8 +47,8 @@ namespace sd static DiscoveryService *spService; virtual void SAL_CALL run(); -// osl::DatagramSocket mSocket; - // int mSocket; + // osl::DatagramSocket mSocket; + int mSocket; }; } |