Monotone-Parent: 2d2e743a5087ca30371568023cc4df66fe721a9d

Monotone-Revision: 68e241a279756be7a7c1d8d9b8547e113f07073e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-06T14:06:27
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-08-06 14:06:27 +00:00
parent 74ffeef8fe
commit e22bb63b54
4 changed files with 15 additions and 46 deletions

View File

@ -19,13 +19,11 @@
02111-1307, USA.
*/
#include <NGObjWeb/SoComponent.h>
#import <NGObjWeb/SoComponent.h>
@interface SOGoGroupPage : SoComponent
@end
#include "common.h"
@implementation SOGoGroupPage
@end /* SOGoGroupPage */

View File

@ -20,7 +20,7 @@
*/
// $Id: SOGoGroupsPage.m 106 2004-06-30 09:44:35Z helge $
#include <NGObjWeb/SoComponent.h>
#import <NGObjWeb/SoComponent.h>
@interface SOGoGroupsPage : SoComponent
{
@ -28,8 +28,6 @@
@end
#include "common.h"
@implementation SOGoGroupsPage
@end /* SOGoGroupsPage */

View File

@ -19,7 +19,19 @@
02111-1307, USA.
*/
#include <NGObjWeb/SoComponent.h>
#import <Foundation/NSUserDefaults.h>
#import <NGObjWeb/SoComponent.h>
#import <NGObjWeb/SoObject.h>
#import <NGObjWeb/WOApplication.h>
#import <NGObjWeb/WOContext.h>
#import <NGObjWeb/WORequest.h>
#import <NGObjWeb/WOResponse.h>
#import <NGExtensions/NSNull+misc.h>
#import <NGExtensions/NSObject+Logs.h>
#import <NGExtensions/NSString+misc.h>
#import <SOGo/SOGoAuthenticator.h>
#import <SOGo/SOGoUser.h>
@interface SOGoRootPage : SoComponent
{
@ -28,9 +40,6 @@
@end
#include <SOGo/SOGoAuthenticator.h>
#include "common.h"
@implementation SOGoRootPage
static BOOL doNotRedirect = NO;

View File

@ -1,36 +0,0 @@
/*
Copyright (C) 2002-2004 SKYRIX Software AG
This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
OGo 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 Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public
License along with OGo; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
// $Id: common.h 1101 2007-07-10 19:27:48Z wolfgang $
#import <Foundation/Foundation.h>
#if NeXT_Foundation_LIBRARY || COCOA_Foundation_LIBRARY
# include <NGExtensions/NGObjectMacros.h>
# include <NGExtensions/NSString+Ext.h>
#endif
#include <NGExtensions/NGExtensions.h>
#include <NGObjWeb/NGObjWeb.h>
#include <NGObjWeb/SoObjects.h>
#include <GDLAccess/GDLAccess.h>
#warning importing common.h is baaad