Introducing namespace yazpp_1 for all YAZ++ functions. This will
[yazpp-moved-to-github.git] / include / yaz++ / cql2rpn.h
index be277a8..19c2305 100644 (file)
@@ -2,12 +2,13 @@
  * Copyright (c) 1998-2004, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: cql2rpn.h,v 1.1 2004-03-29 22:46:50 adam Exp $
+ * $Id: cql2rpn.h,v 1.2 2005-06-02 06:40:20 adam Exp $
  */
 
 #include <yaz/cql.h>
 #include <yaz/z-core.h>
 
+namespace yazpp_1 {
 class YAZ_EXPORT Yaz_cql2rpn {
  public:
     Yaz_cql2rpn();
@@ -18,4 +19,5 @@ class YAZ_EXPORT Yaz_cql2rpn {
  private:
     cql_transform_t m_transform;
 };
+};