More work on timeout handling. Work on yaz-client.
[yazpp-moved-to-github.git] / include / yaz-query.h
diff --git a/include/yaz-query.h b/include/yaz-query.h
new file mode 100644 (file)
index 0000000..f484d05
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ * Copyright (c) 1998-1999, Index Data.
+ * See the file LICENSE for details.
+ * Sebastian Hammer, Adam Dickmeiss
+ * 
+ * $Log: yaz-query.h,v $
+ * Revision 1.1  1999-03-23 14:17:57  adam
+ * More work on timeout handling. Work on yaz-client.
+ *
+ */
+
+
+/** Query
+    Generic Query.
+*/
+class YAZ_EXPORT Yaz_Query {
+ public:
+    /// Print query in buffer described by str and len
+    virtual void print (char *str, int len) = 0;
+};
+