Remove 'and Mike Taylor' clause from copyright
[yazpp-moved-to-github.git] / src / socket-observer.cpp
1 /* This file is part of the yazpp toolkit.
2  * Copyright (C) Index Data 
3  * See the file LICENSE for details.
4  */
5
6 #if HAVE_CONFIG_H
7 #include <config.h>
8 #endif
9 #include <yazpp/socket-observer.h>
10
11 using namespace yazpp_1;
12
13 ISocketObservable::~ISocketObservable()
14 {
15
16 }
17
18 ISocketObserver::~ISocketObserver()
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