sogo/SoObjects/Appointments/SOGoAptMailInvitation.m
Wolfgang Sourdeau 11ceffb202 Monotone-Parent: 100769dcb2b9d6ff69316a1bfc656ef29e7e49c0
Monotone-Revision: 4bd363f979fcaebb2b95eab75100f8270ec1489c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-23T16:13:24
Monotone-Branch: ca.inverse.sogo
2007-08-23 16:13:24 +00:00

41 lines
1.2 KiB
Objective-C

/*
Copyright (C) 2000-2005 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 "SOGoAptMailNotification.h"
@interface SOGoAptMailEnglishInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailEnglishInvitation
@end
@interface SOGoAptMailFrenchInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailFrenchInvitation
@end
@interface SOGoAptMailGermanInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailGermanInvitation
@end