]> err.no Git - scalable-opengroupware.org/commitdiff
notes
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 14:38:43 +0000 (14:38 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 14:38:43 +0000 (14:38 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@794 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/SOGoUI/UIxComponent.h

index 3e61525cc12a4926a7d31b292846a37b6d151850..683c5486d1b8da3f96a833822ad89d9f84b4cd0e 100644 (file)
@@ -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
   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
 {