Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / gdbmobj / gdbmobj.h
index 0b18e72..388ba56 100644 (file)
@@ -6,7 +6,7 @@
 ** distribution information.
 */
 
-static const char gdbmobj_h_rcsid[]="$Id: gdbmobj.h,v 1.7 2007/03/01 04:32:04 mrsam Exp $";
+static const char gdbmobj_h_rcsid[]="$Id: gdbmobj.h,v 1.8 2009/06/27 16:32:38 mrsam Exp $";
 
 #include       "gdbm.h"
 
@@ -40,7 +40,7 @@ char  *gdbmobj_firstkey(struct gdbmobj *, size_t *, char **, size_t *);
 char   *gdbmobj_nextkey(struct gdbmobj *, size_t *, char **, size_t *);
 
 #ifdef __cplusplus
-} ;
+}
 
 #include <string>
 
@@ -48,8 +48,8 @@ class GdbmObj {
 
        struct gdbmobj obj;
 
-       GdbmObj(const GdbmObj &);                       // Undefined
-       GdbmObj &operator=(const GdbmObj &);            // Undefined
+       GdbmObj(const GdbmObj &);                       /* Undefined */
+       GdbmObj &operator=(const GdbmObj &);            /* Undefined */
 
 public:
        GdbmObj()       { gdbmobj_init(&obj); }