summaryrefslogtreecommitdiff
path: root/app/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-05-14 21:07:23 +0200
committerParménides GV <parmegv@sdf.org>2014-05-14 21:07:23 +0200
commit2d0ed30fd65ce6d5832dc857a69c8063cb8b48b1 (patch)
tree4dce0cb932dcbc6b2f895e76dbd01d318c31fb8e /app/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl
parentedeb42401201c9c933cc2ba8175863225c813723 (diff)
Filter R and BuildConfig to use ours.
Diffstat (limited to 'app/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl')
-rw-r--r--app/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl26
1 files changed, 13 insertions, 13 deletions
diff --git a/app/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl b/app/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl
index 1dfa1381..7de84f56 100644
--- a/app/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl
+++ b/app/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl
@@ -1,13 +1,13 @@
-package de.blinkt.openvpn.api;
-
-/**
- * Example of a callback interface used by IRemoteService to send
- * synchronous notifications back to its clients. Note that this is a
- * one-way interface so the server does not block waiting for the client.
- */
-oneway interface IOpenVPNStatusCallback {
- /**
- * Called when the service has a new status for you.
- */
- void newStatus(String uuid, String state, String message, String level);
-}
+package de.blinkt.openvpn.api;
+
+/**
+ * Example of a callback interface used by IRemoteService to send
+ * synchronous notifications back to its clients. Note that this is a
+ * one-way interface so the server does not block waiting for the client.
+ */
+oneway interface IOpenVPNStatusCallback {
+ /**
+ * Called when the service has a new status for you.
+ */
+ void newStatus(String uuid, String state, String message, String level);
+}