Use move_way_gdu method from GDU clas. Minor update due to size_t != int
[yazproxy-moved-to-github.git] / src / t-server.cpp
index b7133a5..960e4cb 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2005, Index Data.
  * See the file LICENSE for details.
  * 
  * Copyright (c) 2005, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: t-server.cpp,v 1.6 2005-10-05 12:07:15 adam Exp $
+ * $Id: t-server.cpp,v 1.7 2005-10-13 09:58:52 adam Exp $
  */
 
 #include <stdlib.h>
  */
 
 #include <stdlib.h>
@@ -14,6 +14,7 @@
 #include <yaz++/z-assoc.h>
 #include <yaz++/pdu-assoc.h>
 #include <yaz++/gdu.h>
 #include <yaz++/z-assoc.h>
 #include <yaz++/pdu-assoc.h>
 #include <yaz++/gdu.h>
+#include <yaz++/gduqueue.h>
 #include <yaz++/socket-manager.h>
 
 using namespace yazpp_1;
 #include <yaz++/socket-manager.h>
 
 using namespace yazpp_1;