From cd118e93c5abf5343c34f868eb7e9e895ad4b7a0 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 9 May 2007 20:31:31 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1055 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SoObjects/Contacts/SOGoContactLDIFEntry.h | 49 +++++++++++++++++++++ UI/WebServerResources/submenu-disabled.gif | Bin 0 -> 54 bytes 2 files changed, 49 insertions(+) create mode 100644 SoObjects/Contacts/SOGoContactLDIFEntry.h create mode 100644 UI/WebServerResources/submenu-disabled.gif diff --git a/SoObjects/Contacts/SOGoContactLDIFEntry.h b/SoObjects/Contacts/SOGoContactLDIFEntry.h new file mode 100644 index 00000000..4ae5607d --- /dev/null +++ b/SoObjects/Contacts/SOGoContactLDIFEntry.h @@ -0,0 +1,49 @@ +/* SOGoContactLDIFEntry.h - this file is part of SOGo + * Copyright (C) 2006 Inverse groupe conseil + * + * Author: Wolfgang Sourdeau + * + * This file is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This file 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +#ifndef SOGOCONTACTLDIFENTRY_H +#define SOGOCONTACTLDIFENTRY_H + +#import + +#import "SOGoContactObject.h" + +@class NSDictionary; +@class NSString; + +@interface SOGoContactLDIFEntry : SOGoObject +{ + NSString *name; + NSDictionary *ldifEntry; + NGVCard *vcard; + id container; +} + ++ (SOGoContactLDIFEntry *) contactEntryWithName: (NSString *) newName + withLDIFEntry: (NSDictionary *) newEntry + inContainer: (id) newContainer; +- (id) initWithName: (NSString *) newName + withLDIFEntry: (NSDictionary *) newEntry + inContainer: (id) newContainer; + +@end + +#endif /* SOGOCONTACTLDIFENTRY_H */ diff --git a/UI/WebServerResources/submenu-disabled.gif b/UI/WebServerResources/submenu-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..f24a802f0404daf1ce029d856b9688b0074a4aec GIT binary patch literal 54 zcmZ?wbhEHb