1 /* This file is part of the yazpp toolkit.
2 * Copyright (C) 1998-2013 Index Data and Mike Taylor
3 * See the file LICENSE for details.
9 #include <yazpp/socket-observer.h>
11 using namespace yazpp_1;
13 ISocketObservable::~ISocketObservable()
18 ISocketObserver::~ISocketObserver()
26 * c-file-style: "Stroustrup"
27 * indent-tabs-mode: nil
29 * vim: shiftwidth=4 tabstop=8 expandtab