b0224a082f7d054b5706a1d1d80f873c8851e8a7
[yazpp-moved-to-github.git] / src / socket-observer.cpp
1 /*
2  * Copyright (c) 1998-2005, Index Data.
3  * See the file LICENSE for details.
4  * 
5  * $Id: socket-observer.cpp,v 1.2 2006-03-29 13:14:15 adam Exp $
6  */
7
8 #include <yazpp/socket-observer.h>
9
10 using namespace yazpp_1;
11
12 ISocketObservable::~ISocketObservable()
13 {
14
15 }
16
17 ISocketObserver::~ISocketObserver()
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  */