Expanded tabs in all source files. Added vim/emacs local variables
[yazpp-moved-to-github.git] / include / yaz++ / query.h
index 8d2e42f..af4f7e0 100644 (file)
@@ -2,10 +2,10 @@
  * Copyright (c) 1998-2000, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: query.h,v 1.1 2002-10-09 12:50:26 adam Exp $
+ * $Id: query.h,v 1.3 2005-06-25 15:53:19 adam Exp $
  */
 
-
+namespace yazpp_1 {
 /** Query
     Generic Query.
 */
@@ -14,4 +14,12 @@ class YAZ_EXPORT Yaz_Query {
     /// Print query in buffer described by str and len
     virtual void print (char *str, int len) = 0;
 };
+};
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */