Move to automake 1.8/1.9
[yazpp-moved-to-github.git] / include / yaz++ / z-databases.h
index 9ca035a..c33179b 100644 (file)
@@ -2,11 +2,12 @@
  * Copyright (c) 2001, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: z-databases.h,v 1.1 2002-10-09 12:50:26 adam Exp $
+ * $Id: z-databases.h,v 1.3 2005-06-25 15:53:19 adam Exp $
  */
 
 #include <yaz/proto.h>
 
+namespace yazpp_1 {
 /** Z39.50 Databases list 
  */
 class YAZ_EXPORT Yaz_Z_Databases {
@@ -24,3 +25,12 @@ public:
     int m_num;
     NMEM nmem;
 };
+};
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+