XML: Access to attributes
[libacl.git] / src / configuration.cpp
index cbd2745..59408a7 100644 (file)
@@ -5,7 +5,7 @@
 ** MODULE INFORMATION *
 ***********************
 **      FILE NAME      : configuration.cpp
-**      SYSTEM NAME    : AXE - Andromeda X-windows Encapsulation
+**      SYSTEM NAME    : ACL - Andromeda Class Library
 **      VERSION NUMBER : $Revision: 1.6 $
 **
 **  DESCRIPTION      :  Implementation of configuration class
 **      MODIFICATIONS   : 
 **************************************************************************/
 
-/*****************************
-   $Log: configuration.cpp,v $
-   Revision 1.6  2007-05-04 14:01:22  arjen
-   Added new arguments to configuration::find_parameter() to allow for a list of
-   sections and a list of parameters in sections.
-   The new arguments are section index and parameter index (default = 0).
-
-   Revision 1.5  2003/03/29 07:19:37  arjen
-   Bugfix: Do not read the config file in the home
-   directory if the HOME environment variable doesn't exist
-
-   Revision 1.4  2002/11/23 12:48:18  arjen
-   Check if a configuration file exists before feeding it to the XML parser.
-
-   Revision 1.3  2002/11/02 14:35:15  arjen
-   Uses the XML2 library
-   BugFix: segfault when finding a parameters that is not in the user-sepcific
-   config tree.
-
-   Revision 1.2  2002/09/28 06:48:46  arjen
-   Bugfix: In configuration::find_parameter(), check if the parameter node exists
-   before retrieving its contents.
-
-   Revision 1.1  2002/07/25 08:01:26  arjen
-   First checkin, AXE release 0.2
-
-*****************************/
-
 #include <fcntl.h>
 #include <unistd.h>
 #include "configuration.h"