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