You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmyfirewall/kmyfirewall/core/kmfruleeditinterface.cpp

27 lines
544 B

//
// C++ Implementation: kmfruleeditinterface
//
// Description:
//
//
// Author: Christian Hubinger <chubinger@irrsinnig.org>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//
// License: GPL
//
#include "kmfruleeditinterface.h"
#include <kdebug.h>
namespace KMF {
KMFRuleEditInterface::KMFRuleEditInterface(){
kdDebug() << "KMFRuleEditInterface::KMFRuleEditInterface()" << endl;
}
KMFRuleEditInterface::~KMFRuleEditInterface() {
kdDebug() << "KMFRuleEditInterface::~KMFRuleEditInterface()" << endl;
}
}