From e76e4e75407cc672bf342f13bbd77392a93c1623 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 29 Feb 2012 23:42:40 +0100 Subject: add touch() to all storage backands, and make parameter optional --- lib/filestorage.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/filestorage.php') diff --git a/lib/filestorage.php b/lib/filestorage.php index 6b679eab899..fd6497b9478 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -48,5 +48,6 @@ abstract class OC_Filestorage{ abstract public function hash($type,$path,$raw); abstract public function free_space($path); abstract public function search($query); + abstract public function touch($path, $mtime=null); abstract public function getLocalFile($path);// get a path to a local version of the file, whether the original file is local or remote } -- cgit v1.2.3