Monotone-Parent: 100769dcb2b9d6ff69316a1bfc656ef29e7e49c0

Monotone-Revision: 4bd363f979fcaebb2b95eab75100f8270ec1489c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-23T16:13:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-23 16:13:24 +00:00
parent c124fecb3e
commit 11ceffb202
20 changed files with 79 additions and 324 deletions
+1 -5
View File
@@ -28,11 +28,7 @@ libSOGoUI_OBJC_FILES += \
SOGoJSStringFormatter.m \
WOContext+UIx.m \
\
SOGoACLAdvisory.m \
SOGoACLFrenchAdditionAdvisory.m \
SOGoACLFrenchRemovalAdvisory.m \
SOGoACLEnglishAdditionAdvisory.m \
SOGoACLEnglishRemovalAdvisory.m
SOGoACLAdvisory.m
# make
+18
View File
@@ -47,4 +47,22 @@
@end
@interface SOGoACLEnglishAdditionAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLEnglishRemovalAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLFrenchAdditionAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLFrenchRemovalAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLGermanAdditionAdvisory : SOGoACLAdvisory
@end
@interface SOGoACLGermanRemovalAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLADVISORY_H */
+18
View File
@@ -209,3 +209,21 @@
}
@end
@implementation SOGoACLEnglishAdditionAdvisory
@end
@implementation SOGoACLEnglishRemovalAdvisory
@end
@implementation SOGoACLFrenchAdditionAdvisory
@end
@implementation SOGoACLFrenchRemovalAdvisory
@end
@implementation SOGoACLGermanAdditionAdvisory
@end
@implementation SOGoACLGermanRemovalAdvisory
@end
@@ -1,31 +0,0 @@
/* SOGoACLEnglishAdditionAdvisory.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef SOGOACLFRENCHADDITIONADVISORY_H
#define SOGOACLFRENCHADDITIONADVISORY_H
#import "SOGoACLAdvisory.h"
@interface SOGoACLEnglishAdditionAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLFRENCHADDITIONADVISORY_H */
@@ -1,32 +0,0 @@
/* SOGoACLEnglishAdditionAdvisory.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoACLEnglishAdditionAdvisory.h"
@implementation SOGoACLEnglishAdditionAdvisory
- (NSString *) aclMethod
{
return @"add";
}
@end
-31
View File
@@ -1,31 +0,0 @@
/* SOGoACLEnglishRemovalAdvisory.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef SOGOACLENGLISHREMOVALADVISORY_H
#define SOGOACLENGLISHREMOVALADVISORY_H
#import "SOGoACLAdvisory.h"
@interface SOGoACLEnglishRemovalAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLENGLISHREMOVALADVISORY_H */
-32
View File
@@ -1,32 +0,0 @@
/* SOGoACLEnglishRemovalAdvisory.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoACLEnglishRemovalAdvisory.h"
@implementation SOGoACLEnglishRemovalAdvisory
- (NSString *) aclMethod
{
return @"add";
}
@end
-31
View File
@@ -1,31 +0,0 @@
/* SOGoACLFrenchAdditionAdvisory.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef SOGOACLFRENCHADDITIONADVISORY_H
#define SOGOACLFRENCHADDITIONADVISORY_H
#import "SOGoACLAdvisory.h"
@interface SOGoACLFrenchAdditionAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLFRENCHADDITIONADVISORY_H */
-27
View File
@@ -1,27 +0,0 @@
/* SOGoACLFrenchAdditionAdvisory.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoACLFrenchAdditionAdvisory.h"
@implementation SOGoACLFrenchAdditionAdvisory
@end
-31
View File
@@ -1,31 +0,0 @@
/* SOGoACLFrenchRemovalAdvisory.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef SOGOACLFRENCHREMOVALADVISORY_H
#define SOGOACLFRENCHREMOVALADVISORY_H
#import "SOGoACLAdvisory.h"
@interface SOGoACLFrenchRemovalAdvisory : SOGoACLAdvisory
@end
#endif /* SOGOACLFRENCHREMOVALADVISORY_H */
-27
View File
@@ -1,27 +0,0 @@
/* SOGoACLFrenchRemovalAdvisory.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoACLFrenchRemovalAdvisory.h"
@implementation SOGoACLFrenchRemovalAdvisory
@end