summaryrefslogtreecommitdiffstats
path: root/sched/src/com/android/sched/vfs/OutputStreamProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'sched/src/com/android/sched/vfs/OutputStreamProvider.java')
-rw-r--r--sched/src/com/android/sched/vfs/OutputStreamProvider.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/sched/src/com/android/sched/vfs/OutputStreamProvider.java b/sched/src/com/android/sched/vfs/OutputStreamProvider.java
index 00970e0..aed2716 100644
--- a/sched/src/com/android/sched/vfs/OutputStreamProvider.java
+++ b/sched/src/com/android/sched/vfs/OutputStreamProvider.java
@@ -17,6 +17,7 @@
package com.android.sched.vfs;
import com.android.sched.util.file.WrongPermissionException;
+import com.android.sched.util.location.HasLocation;
import java.io.OutputStream;
import java.io.PrintStream;
@@ -26,7 +27,7 @@ import javax.annotation.Nonnull;
/**
* Provider of {@link OutputStreamProvider}.
*/
-public interface OutputStreamProvider {
+public interface OutputStreamProvider extends HasLocation {
@Nonnull
OutputStream getOutputStream() throws WrongPermissionException;