Monotone-Parent: 2d2e743a5087ca30371568023cc4df66fe721a9d

Monotone-Revision: 68e241a279756be7a7c1d8d9b8547e113f07073e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-06T14:06:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
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,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;