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