Fixed some date and time conversion functions
[AXE.git] / src / configuration.h
index f2ea550..47e81a6 100644 (file)
@@ -5,7 +5,7 @@
 ***********************
 **      FILE NAME      : configuration.h
 **      SYSTEM NAME    : AXE - Andromeda X-windows Encapsulation
-**      VERSION NUMBER : $Revision: 1.1 $
+**      VERSION NUMBER : $Revision: 1.2 $
 **
 **  DESCRIPTION      : Definition of configuration class 
 **
 
 /*****************************
    $Log: configuration.h,v $
-   Revision 1.1  2002-07-25 08:01:26  arjen
+   Revision 1.2  2002-09-02 06:18:20  arjen
+   Fixed some date and time conversion functions
+
+   Revision 1.1  2002/07/25 08:01:26  arjen
    First checkin, AXE release 0.2
 
 *****************************/
 
-/* static const char *RCSID = "$Id: configuration.h,v 1.1 2002-07-25 08:01:26 arjen Exp $"; */
+/* static const char *RCSID = "$Id: configuration.h,v 1.2 2002-09-02 06:18:20 arjen Exp $"; */
 
 #ifndef CONFIGURATION_H
 #define CONFIGURATION_H
@@ -44,6 +47,7 @@
 //  MEMBERS        : 
 //  OPERATORS      :
 //  METHODS        : read
+//                   find_parameter
 //
 //  DESCRIPTION    : Handle configurational parameters for the application.
 //                   Many applications need some permanently stored configurational
@@ -51,7 +55,7 @@
 //                   wide configuration file and a configuration file per user.
 //                   The content of the configuration file is in XML format.
 //                   The configuration base class takes care of finding the configuration
-//                   files, e.g. in /etc/app.conf or in /usr/loca/etc/app.conf, along
+//                   files, e.g. in /etc/app.conf or in /usr/local/etc/app.conf, along
 //                   with the configuration file in the user's home directory.
 //                   The config files are parsed with the gnome XML parser and a
 //                   framework is provided to find configurational items.