Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2013-12-09 04:35:36 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-12-09 04:35:36 +0400
commit32906ccddb0ae0186928ea56692ae088c22525df (patch)
tree00f3c29364e699a7c3824cdeb176fcd844a8e1fe /src/main/aidl
parenteae58cca15df72ee7b3cc2d0a0311b38ed739f23 (diff)
Implemented reconnection procedure, generic audio and user fixes.
Diffstat (limited to 'src/main/aidl')
-rw-r--r--src/main/aidl/com/morlunk/jumble/IJumbleService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl b/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
index 04ab76e..d044c85 100644
--- a/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
+++ b/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
@@ -26,6 +26,8 @@ interface IJumbleService {
void disconnect();
boolean isConnected();
boolean isConnecting();
+ boolean isReconnecting();
+ void cancelReconnect();
/**
* Gets the TCP latency, in nanoseconds.
*/