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