Use proper namespace for iostream classes
[gnucomo.git] / src / lib / gnucomo_config.cpp
index 794241e..0b9fbeb 100644 (file)
@@ -6,7 +6,7 @@
 ***********************
 **      FILE NAME      : gnucomo_config.cpp
 **      SYSTEM NAME    : Gnucomo - Gnu Computer Monitoring
-**      VERSION NUMBER : $Revision: 1.1 $
+**      VERSION NUMBER : $Revision: 1.2 $
 **
 **  DESCRIPTION      :  Implementation of the gnucomo_config class.
 **
 ********************************
 **      ORIGINAL AUTHOR : Arjen Baart - arjen@andromeda.nl
 **      CREATION DATE   : Jul 24, 2002
-**      LAST UPDATE     : Jul 24, 2002
+**      LAST UPDATE     : Nov 02, 2002
 **      MODIFICATIONS   : 
 **************************************************************************/
 
 /*****************************
    $Log: gnucomo_config.cpp,v $
-   Revision 1.1  2002-10-05 10:25:49  arjen
+   Revision 1.2  2002-11-04 10:13:36  arjen
+   Use proper namespace for iostream classes
+
+   Revision 1.1  2002/10/05 10:25:49  arjen
    Creation of gcm_input and a first approach to a web interface
 
 *****************************/
 
-static const char *RCSID = "$Id: gnucomo_config.cpp,v 1.1 2002-10-05 10:25:49 arjen Exp $";
+static const char *RCSID = "$Id: gnucomo_config.cpp,v 1.2 2002-11-04 10:13:36 arjen Exp $";
 
 #include "gnucomo_config.h"
 
@@ -47,7 +50,7 @@ static const char *RCSID = "$Id: gnucomo_config.cpp,v 1.1 2002-10-05 10:25:49 ar
 **  VARS CHANGED   :
 **  FUNCTIONS USED :
 **  SEE ALSO       :
-**  LAST MODIFIED  : 
+**  LAST MODIFIED  : Nov 02, 2002
 **=========================================================================
 */
 
@@ -73,9 +76,6 @@ String gnucomo_config::Database()
       access_string += " password=" + param;
    }
 
-   /*  FIXME: This needs a fix in the AXE library first */
-
-   /*
    param = find_parameter("database", "host");
    if (param != "")
    {
@@ -86,6 +86,5 @@ String gnucomo_config::Database()
    {
       access_string += " port=" + param;
    }
-*/
    return access_string;
 }