/*
* Copyright (c) 1998-2005, Index Data.
* See the file LICENSE for details.
*
* $Id: socket-observer.cpp,v 1.2 2006/03/29 13:14:15 adam Exp $
*/
#include <yazpp/socket-observer.h>
using namespace yazpp_1;
ISocketObservable::~ISocketObservable()
{
}
ISocketObserver::~ISocketObserver()
{
}
/*
* Local variables:
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
* vim: shiftwidth=4 tabstop=8 expandtab
*/