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