Creation of gcm_input and a first approach to a web interface
[gnucomo.git] / src / include / gnucomo_config.h
1
2 /**************************************************************************
3 **  (c) Copyright 2002, Andromeda Technology & Automation
4 ***************************************************************************
5 ** MODULE INFORMATION *
6 ***********************
7 **      FILE NAME      : gnucomo.h
8 **      SYSTEM NAME    : 
9 **      VERSION NUMBER : $Revision: 1.1 $
10 **
11 **  DESCRIPTION      :  
12 **
13 **  EXPORTED OBJECTS : 
14 **  LOCAL    OBJECTS : 
15 **  MODULES  USED    :
16 ***************************************************************************
17 **  ADMINISTRATIVE INFORMATION *
18 ********************************
19 **      ORIGINAL AUTHOR : Arjen Baart - arjen@andromeda.nl
20 **      CREATION DATE   : Jul 24, 2002
21 **      LAST UPDATE     : 
22 **      MODIFICATIONS   : 
23 **************************************************************************/
24
25 /*****************************
26    $Log: gnucomo_config.h,v $
27    Revision 1.1  2002-10-05 10:25:49  arjen
28    Creation of gcm_input and a first approach to a web interface
29
30 *****************************/
31
32 /* static const char *RCSID = "$Id: gnucomo_config.h,v 1.1 2002-10-05 10:25:49 arjen Exp $"; */
33
34 #include <AXE/configuration.h>
35
36 /*
37 ///////////////////////////////////////////////////////////////////////////
38 //  NAME           : gnucomo_config
39 //  BASECLASS      : configuration
40 //  MEMBERS        :
41 //  OPERATORS      :
42 //  METHODS        : Database - Obtain the database access string
43 //
44 //  DESCRIPTION    : 
45 //
46 //  RELATIONS      :
47 //  SEE ALSO       :
48 //  LAST MODIFIED  :
49 ///////////////////////////////////////////////////////////////////////////
50 */
51
52 class gnucomo_config : public configuration
53 {
54
55 public:
56
57    String   Database();  // Return the database access string.
58 };
59