(feat) added content "touching" capability (for developers)

This commit is contained in:
Ludovic Marcotte
2016-11-21 09:57:58 -05:00
parent a09e6dee06
commit b34f38f7fc
4 changed files with 98 additions and 32 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
/*
Copyright (C) 2004 SKYRIX Software AG
Copyright (C) 2005-2014 Inverse inc.
Copyright (C) 2006-2016 Inverse inc.
Copyright (C) 2004-2005 SKYRIX Software AG
This file is part of SOGo.
@@ -74,6 +74,7 @@
- (NSException *) copyToFolder: (SOGoGCSFolder *) newFolder;
- (NSException *) moveToFolder: (SOGoGCSFolder *) newFolder;
- (NSException *) delete;
- (NSException *) touch;
/* DAV support */