Monotone-Parent: 68e241a279756be7a7c1d8d9b8547e113f07073e

Monotone-Revision: 8799c458544f40843eb4692288485d9d1aeec685

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-06T14:17:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-06 14:17:06 +00:00
parent e22bb63b54
commit 6afa336110
4 changed files with 10 additions and 34 deletions

View File

@@ -19,8 +19,11 @@
02111-1307, USA.
*/
#include "SOGoAptFormatter.h"
#include "common.h"
#import <NGExtensions/NSCalendarDate+misc.h>
#import <NGExtensions/NSObject+Logs.h>
#import <NGExtensions/NSNull+misc.h>
#import "SOGoAptFormatter.h"
@interface SOGoAptFormatter(PrivateAPI)
- (NSString *)titleForApt:(id)_apt :(NSCalendarDate *)_refDate;

View File

@@ -21,8 +21,7 @@
// $Id: SOGoJSStringFormatter.m 415 2004-10-20 15:47:45Z znek $
#include "SOGoJSStringFormatter.h"
#include "common.h"
#import "SOGoJSStringFormatter.h"
@implementation SOGoJSStringFormatter

View File

@@ -19,8 +19,10 @@
02111-1307, USA.
*/
#include "WOContext+UIx.h"
#include "common.h"
#import <Foundation/NSUserDefaults.h>
#import <Foundation/NSValue.h>
#import "WOContext+UIx.h"
@implementation WOContext (UIx)

View File

@@ -1,28 +0,0 @@
/*
Copyright (C) 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.
*/
#import <Foundation/Foundation.h>
#include <NGExtensions/NGExtensions.h>
#include <NGObjWeb/NGObjWeb.h>
#include <NGObjWeb/SoObjects.h>
#warning importing common.h is baaad