Revert changes for files uploading
[pub/Android/ownCloud.git] / src / com / owncloud / android / datamodel / OCFile.java
index cf25d27..2ba0415 100644 (file)
@@ -562,4 +562,14 @@ public class OCFile implements Parcelable, Comparable<OCFile> {
         this.mRemoteId = remoteId;
     }
 
         this.mRemoteId = remoteId;
     }
 
+    public boolean isSynchronizing() {
+        // TODO real implementation
+        return false;
+    }
+
+    public boolean isDownloading() {
+        // TODO real implementation
+        return false;
+    }
+
 }
 }