]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1055 d1b88da0-ebda-0310...
authorwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 9 May 2007 20:31:31 +0000 (20:31 +0000)
committerwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 9 May 2007 20:31:31 +0000 (20:31 +0000)
SoObjects/Contacts/SOGoContactLDIFEntry.h [new file with mode: 0644]
UI/WebServerResources/submenu-disabled.gif [new file with mode: 0644]

diff --git a/SoObjects/Contacts/SOGoContactLDIFEntry.h b/SoObjects/Contacts/SOGoContactLDIFEntry.h
new file mode 100644 (file)
index 0000000..4ae5607
--- /dev/null
@@ -0,0 +1,49 @@
+/* SOGoContactLDIFEntry.h - this file is part of SOGo
+ * Copyright (C) 2006 Inverse groupe conseil
+ *
+ * Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
+ *
+ * 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 <SOGo/SOGoObject.h>
+
+#import "SOGoContactObject.h"
+
+@class NSDictionary;
+@class NSString;
+
+@interface SOGoContactLDIFEntry : SOGoObject <SOGoContactObject>
+{
+  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 (file)
index 0000000..f24a802
Binary files /dev/null and b/UI/WebServerResources/submenu-disabled.gif differ