From 0105bf1467321217cedc749b15f21ddfd8bd3a6d Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 18 Jul 2005 14:38:43 +0000 Subject: [PATCH] notes git-svn-id: http://svn.opengroupware.org/SOGo/trunk@794 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/SOGoUI/UIxComponent.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/SOGo/UI/SOGoUI/UIxComponent.h b/SOGo/UI/SOGoUI/UIxComponent.h index 3e61525c..683c5486 100644 --- a/SOGo/UI/SOGoUI/UIxComponent.h +++ b/SOGo/UI/SOGoUI/UIxComponent.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2004 SKYRIX Software AG + Copyright (C) 2000-2005 SKYRIX Software AG - This file is part of OGo + 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 @@ -18,16 +18,21 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id$ - #ifndef __UIxComponent_H_ #define __UIxComponent_H_ #include -@class NSCalendarDate, NSTimeZone, NSMutableDictionary, SoUser; +/* + UIxComponent + + Common superclass for most components used in SOGo. + TODO: document facilities. +*/ + +@class NSCalendarDate, NSTimeZone, NSMutableDictionary, SoUser; @interface UIxComponent : SoComponent { -- 2.39.5