From 480b80f1082d37613e6120d8c6e922d1dc65f8e8 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 26 Jun 2005 19:14:01 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@652 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Contacts/UIxContactEditor.m | 28 ++++++++++++++++++++++++++ SOGo/UI/Contacts/UIxContactsListView.m | 28 ++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 SOGo/UI/Contacts/UIxContactEditor.m create mode 100644 SOGo/UI/Contacts/UIxContactsListView.m diff --git a/SOGo/UI/Contacts/UIxContactEditor.m b/SOGo/UI/Contacts/UIxContactEditor.m new file mode 100644 index 00000000..45c57689 --- /dev/null +++ b/SOGo/UI/Contacts/UIxContactEditor.m @@ -0,0 +1,28 @@ +/* + Copyright (C) 2004-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. +*/ + +#include "UIxContactEditorBase.h" + +@interface UIxContactEditor : UIxContactEditorBase +@end + +@implementation UIxContactEditor +@end /* UIxContactEditor */ diff --git a/SOGo/UI/Contacts/UIxContactsListView.m b/SOGo/UI/Contacts/UIxContactsListView.m new file mode 100644 index 00000000..a3aa898d --- /dev/null +++ b/SOGo/UI/Contacts/UIxContactsListView.m @@ -0,0 +1,28 @@ +/* + Copyright (C) 2004-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. +*/ + +#include "UIxContactsListViewBase.h" + +@interface UIxContactsListView : UIxContactsListViewBase +@end + +@implementation UIxContactsListView +@end /* UIxContactsListView */ -- 2.39.2