Monotone-Parent: 0536d34a9212fa68a10f5a18d95efd01e0c46aac

Monotone-Revision: 983a04f2ca294c287e2e589108dcfb037594bd50

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-03-20T13:48:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-03-20 13:48:17 +00:00
parent 34619a5eda
commit 69587d6d3b
24 changed files with 116 additions and 9 deletions
+6
View File
@@ -49,6 +49,12 @@ Appointments_COMPONENTS += \
SOGoAptMailGermanUpdate.wo \
SOGoAptMailGermanRemoval.wo \
SOGoAptMailGermanDeletion.wo \
SOGoAptMailItalianInvitation.wo \
SOGoAptMailItalianICalReply.wo \
SOGoAptMailItalianUpdate.wo \
SOGoAptMailItalianRemoval.wo \
SOGoAptMailItalianDeletion.wo \
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
@@ -249,6 +249,8 @@ static NSNumber *sharedYes = nil;
values = [NSMutableArray array];
// if ([[object objectForKey: @"c_name"] isEqualToString: @"176A-4E8BDE62-5-B73ECD10"])
// NSLog(@"breajpoint");
sogoObject = [self lookupName: [object objectForKey: @"c_name"]
inContext: context
acquire: NO];
@@ -38,3 +38,10 @@
@implementation SOGoAptMailGermanDeletion
@end
@interface SOGoAptMailItalinDeletion : SOGoAptMailNotification
@end
@implementation SOGoAptMailItalianDeletion
@end
@@ -176,3 +176,10 @@ static NSCharacterSet *wsSet = nil;
@implementation SOGoAptMailGermanICalReply
@end
@interface SOGoAptMailItalianICalReply : SOGoAptMailICalReply
@end
@implementation SOGoAptMailItalianICalReply
@end
@@ -38,3 +38,10 @@
@implementation SOGoAptMailGermanInvitation
@end
@interface SOGoAptMailItalianInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailItalianInvitation
@end
@@ -38,3 +38,10 @@
@implementation SOGoAptMailGermanRemoval
@end
@interface SOGoAptMailItalianRemoval : SOGoAptMailNotification
@end
@implementation SOGoAptMailItalianRemoval
@end
@@ -36,3 +36,22 @@
@implementation SOGoAptMailFrenchUpdate
@end
@interface SOGoAptMailGermanUpdate : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailGermanUpdate
@end
@interface SOGoAptMailItalianUpdate : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailItalianUpdate
@end
+4 -1
View File
@@ -42,9 +42,12 @@ Mailer_RESOURCE_FILES += \
SOGoMailEnglishForward.wo \
SOGoMailFrenchForward.wo \
SOGoMailGermanForward.wo \
SOGoMailItalianForward.wo \
SOGoMailEnglishReply.wo \
SOGoMailFrenchReply.wo \
SOGoMailGermanReply.wo
SOGoMailGermanReply.wo \
SOGoMailItalianReply.wo
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
+3
View File
@@ -47,4 +47,7 @@
@interface SOGoMailGermanForward : SOGoMailForward
@end
@interface SOGoMailItalianForward : SOGoMailForward
@end
#endif /* SOGOMAILFORWARD_H */
+4
View File
@@ -172,3 +172,7 @@
@implementation SOGoMailGermanForward
@end
@implementation SOGoMailItalianForward
@end
+3
View File
@@ -47,4 +47,7 @@
@interface SOGoMailGermanReply : SOGoMailReply
@end
@interface SOGoMailItalianReply : SOGoMailReply
@end
#endif /* SOGOMAILREPLY_H */
+4
View File
@@ -110,3 +110,7 @@
@implementation SOGoMailGermanReply
@end
@implementation SOGoMailItalianReply
@end