diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-02-11 15:48:31 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-21 20:48:48 +0100 |
commit | 1cffeefa069075054f9c2f676b84ddc02b56232c (patch) | |
tree | 240462f92b81db768d9c227974020579666c4849 /lib/filestorage.php | |
parent | 6658f510986aff0e41fee37319a1b0eefa98a4d0 (diff) | |
download | nextcloud-server-1cffeefa069075054f9c2f676b84ddc02b56232c.tar.gz nextcloud-server-1cffeefa069075054f9c2f676b84ddc02b56232c.zip |
move implementation of from/toTmpFile from the file storage to the filesystem
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r-- | lib/filestorage.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php index 4523144f6f4..d420427225b 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -45,8 +45,6 @@ class OC_Filestorage{ public function rename($path1,$path2){} public function copy($path1,$path2){} public function fopen($path,$mode){} - public function toTmpFile($path){}//copy the file to a temporary file, used for cross-storage file actions - public function fromTmpFile($tmpPath,$path){}//copy a file from a temporary file, used for cross-storage file actions public function getMimeType($path){} public function hash($type,$path,$raw){} public function free_space($path){} |