/*
- 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
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
-
#ifndef __UIxComponent_H_
#define __UIxComponent_H_
#include <NGObjWeb/SoComponent.h>
-@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
{