gnucomo_database::new_notification() retruns the id number of the
[gnucomo.git] / src / include / database.h
index 05cd32e..4391b97 100644 (file)
@@ -8,7 +8,7 @@
 ***********************
 **      FILE NAME      : database.h
 **      SYSTEM NAME    : 
-**      VERSION NUMBER : $Revision: 1.4 $
+**      VERSION NUMBER : $Revision: 1.5 $
 **
 **  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     : Jan 17, 2003
+**      LAST UPDATE     : Jan 31, 2003
 **      MODIFICATIONS   : 
 **************************************************************************/
 
 /*****************************
    $Log: database.h,v $
-   Revision 1.4  2003-01-18 08:52:18  arjen
+   Revision 1.5  2003-02-05 09:33:17  arjen
+   gnucomo_database::new_notification() retruns the id number of the
+   newly created notification record.
+
+   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
@@ -41,7 +45,7 @@
 
 *****************************/
 
-/* static const char *RCSID = "$Id: database.h,v 1.4 2003-01-18 08:52:18 arjen Exp $"; */
+/* static const char *RCSID = "$Id: database.h,v 1.5 2003-02-05 09:33:17 arjen Exp $"; */
 
 #include <libpq++/pgdatabase.h>
 #include "gnucomo_config.h"
@@ -106,6 +110,6 @@ public:
 
    //  Create a new notification.
 
-   void new_notification(String objectid, String issue, String remark);
+   String new_notification(String objectid, String issue, String remark);
 };