kget
bttransferhandler.cpp
Go to the documentation of this file.00001 /* This file is part of the KDE project 00002 00003 Copyright (C) 2007 Lukas Appelhans <l.appelhans@gmx.de> 00004 00005 This program is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU General Public 00007 License as published by the Free Software Foundation; either 00008 version 2 of the License, or (at your option) any later version. 00009 */ 00010 00011 #include "bttransferhandler.h" 00012 00013 #include "bttransfer.h" 00014 00015 #include "core/scheduler.h" 00016 00017 BTTransferHandler::BTTransferHandler(BTTransfer * transfer, Scheduler * scheduler) 00018 : TransferHandler(transfer, scheduler), 00019 m_transfer(transfer) 00020 { 00021 00022 } 00023 00024
KDE 4.0 API Reference