Introducing namespace yazpp_1 for all YAZ++ functions. This will
[yazpp-moved-to-github.git] / include / yaz++ / z-server.h
index 79b4b68..335da7e 100644 (file)
@@ -2,11 +2,13 @@
  * Copyright (c) 2000-2001, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: z-server.h,v 1.5 2005-05-17 20:34:36 adam Exp $
+ * $Id: z-server.h,v 1.6 2005-06-02 06:40:21 adam Exp $
  */
 
 #include <yaz++/z-assoc.h>
 
+namespace yazpp_1 {
+
 class Yaz_Z_Server;
 
 class YAZ_EXPORT Yaz_Z_ServerUtility {
@@ -133,3 +135,4 @@ class YAZ_EXPORT Yaz_USMARC {
  public:
     const char *get_record(size_t position);
 };
+};