Update SOGoParentFolder.h

pull/236/head
Francis Lachapelle 2017-05-08 14:44:13 -04:00
parent 0185ba9d46
commit 0e82550f6b
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* SOGoParentFolder.h - this file is part of SOGo /* SOGoParentFolder.h - this file is part of SOGo
* *
* Copyright (C) 2006-2015 Inverse inc. * Copyright (C) 2006-2017 Inverse inc.
* *
* This file is free software; you can redistribute it and/or modify * This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -44,6 +44,7 @@
- (NSString *) collectedFolderName; - (NSString *) collectedFolderName;
- (NSException *) appendPersonalSources; - (NSException *) appendPersonalSources;
- (NSException *) appendSubscribedSources;
- (void) removeSubFolder: (NSString *) subfolderName; - (void) removeSubFolder: (NSString *) subfolderName;
- (void) setBaseOCSPath: (NSString *) newOCSPath; - (void) setBaseOCSPath: (NSString *) newOCSPath;