Introducing namespace yazpp_1 for all YAZ++ functions. This will
[yazpp-moved-to-github.git] / include / yaz++ / record-cache.h
index e05a4fd..174da53 100644 (file)
@@ -2,13 +2,14 @@
  * Copyright (c) 2002-2004, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: record-cache.h,v 1.1 2004-03-29 22:46:50 adam Exp $
+ * $Id: record-cache.h,v 1.2 2005-06-02 06:40:21 adam Exp $
  */
 
 
 #include <yaz/nmem.h>
 #include <yaz/z-core.h>
 
+namespace yazpp_1 {
 class Yaz_RecordCache_Entry;
 
 class YAZ_EXPORT Yaz_RecordCache {
@@ -34,3 +35,4 @@ class YAZ_EXPORT Yaz_RecordCache {
               Z_RecordComposition *comp);
     int m_max_size;
 };
+};