Happy new year
[yazpp-moved-to-github.git] / src / z-server.cpp
1 /* This file is part of the yazpp toolkit.
2  * Copyright (C) 1998-2011 Index Data and Mike Taylor
3  * See the file LICENSE for details.
4  */
5
6 #include <yazpp/z-server.h>
7
8 using namespace yazpp_1;
9
10 Z_ServerUtility::~Z_ServerUtility()
11 {
12
13 }
14
15 IServer_Facility::~IServer_Facility()
16 {
17
18 }
19
20 /*
21  * Local variables:
22  * c-basic-offset: 4
23  * c-file-style: "Stroustrup"
24  * indent-tabs-mode: nil
25  * End:
26  * vim: shiftwidth=4 tabstop=8 expandtab
27  */
28