Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
7b8824a4
Commit
7b8824a4
authored
Nov 26, 2014
by
Joas Schilling
Browse files
Move iHomeStorage to own file
parent
dfde0429
Changes
2
Show whitespace changes
Inline
Side-by-side
lib/public/files/ihomestorage.php
0 → 100644
View file @
7b8824a4
<?php
/**
* ownCloud
*
* @author Robin Appelman
* @copyright 2012 Robin Appelman icewind@owncloud.com
*
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
/**
* Public interface of ownCloud for apps to use.
* Files/Storage interface
*/
// use OCP namespace for all classes that are considered public.
// This means that they should be used by apps instead of the internal ownCloud classes
namespace
OCP\Files
;
interface
IHomeStorage
{
}
lib/public/files/storage.php
View file @
7b8824a4
...
...
@@ -336,7 +336,3 @@ interface Storage {
*/
public
function
instanceOfStorage
(
$class
);
}
interface
IHomeStorage
{
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment