New C++ function: gnucomo_database::new_notification()
[gnucomo.git] / src / include / database.h
index 1a4763d..05cd32e 100644 (file)
@@ -8,7 +8,7 @@
 ***********************
 **      FILE NAME      : database.h
 **      SYSTEM NAME    : 
-**      VERSION NUMBER : $Revision: 1.3 $
+**      VERSION NUMBER : $Revision: 1.4 $
 **
 **  DESCRIPTION      :  Classes to provide an abstract layer on the Gnucomo
 **                      database.
 ********************************
 **      ORIGINAL AUTHOR : Arjen Baart - arjen@andromeda.nl
 **      CREATION DATE   : Sep 10, 2002
-**      LAST UPDATE     : Nov 04, 2002
+**      LAST UPDATE     : Jan 17, 2003
 **      MODIFICATIONS   : 
 **************************************************************************/
 
 /*****************************
    $Log: database.h,v $
-   Revision 1.3  2002-11-09 08:04:27  arjen
+   Revision 1.4  2003-01-18 08:52:18  arjen
+   New C++ function: gnucomo_database::new_notification()
+
+   Revision 1.3  2002/11/09 08:04:27  arjen
    Added a reference to the GPL
 
    Revision 1.2  2002/11/04 10:13:36  arjen
@@ -38,7 +41,7 @@
 
 *****************************/
 
-/* static const char *RCSID = "$Id: database.h,v 1.3 2002-11-09 08:04:27 arjen Exp $"; */
+/* static const char *RCSID = "$Id: database.h,v 1.4 2003-01-18 08:52:18 arjen Exp $"; */
 
 #include <libpq++/pgdatabase.h>
 #include "gnucomo_config.h"
@@ -55,7 +58,7 @@
 //
 //  RELATIONS      :
 //  SEE ALSO       :
-//  LAST MODIFIED  : Sep 16, 2002
+//  LAST MODIFIED  : Jan 17, 2003
 ///////////////////////////////////////////////////////////////////////////
 */
 
@@ -100,5 +103,9 @@ public:
    //  Return the objectid of the host given its name.
 
    String find_host(const String hostname);
+
+   //  Create a new notification.
+
+   void new_notification(String objectid, String issue, String remark);
 };