044baa8f3601ae12ca033da74bbfe1fc56f3f4b9
[yazpp-moved-to-github.git] / src / z-server.cpp
1 /*
2  * Copyright (c) 2000-2005, Index Data.
3  * See the file LICENSE for details.
4  * 
5  * $Id: z-server.cpp,v 1.1 2005-09-22 12:40:45 adam Exp $
6  */
7
8 #include <yaz++/z-server.h>
9
10 using namespace yazpp_1;
11
12 Z_ServerUtility::~Z_ServerUtility()
13 {
14
15 }
16
17 IServer_Facility::~IServer_Facility()
18 {
19
20 }
21
22 /*
23  * Local variables:
24  * c-basic-offset: 4
25  * indent-tabs-mode: nil
26  * End:
27  * vim: shiftwidth=4 tabstop=8 expandtab
28  */
29