Added skeleton of yaz-z-server.
[yazpp-moved-to-github.git] / include / yaz-z-server.h
1 /*
2  * Copyright (c) 2000, Index Data.
3  * See the file LICENSE for details.
4  * 
5  * $Id: yaz-z-server.h,v 1.1 2000-09-08 10:23:42 adam Exp $
6  */
7
8 #include <yaz-z-assoc.h>
9
10 class YAZ_EXPORT Yaz_Z_Server : public Yaz_Z_Assoc {
11 public:
12     Yaz_Z_Server(IYaz_PDU_Observable *the_PDU_Observable);
13     virtual void recv_Z_PDU(Z_APDU *apdu);
14 private:
15     int m_no;
16 };