mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Fixed #1989 (clang bug with function definition within method)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
/* SOGoWebAppointmentFolder.h - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2009 Inverse inc.
|
||||
* Copyright (C) 2009-2012 Inverse inc.
|
||||
*
|
||||
* Author: Cyril Robert <crobert@inverse.ca>
|
||||
* Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
*
|
||||
* 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
|
||||
@@ -26,6 +27,10 @@
|
||||
#import "SOGoAppointmentFolder.h"
|
||||
|
||||
@interface SOGoWebAppointmentFolder : SOGoAppointmentFolder
|
||||
{
|
||||
@public
|
||||
NSMutableData *buffer;
|
||||
}
|
||||
|
||||
- (void) setUsername: (NSString *) username
|
||||
andPassword: (NSString *) password;
|
||||
|
||||
Reference in New Issue
Block a user