Select Git revision
BOINCDialupManager.cpp
-
Rom Walton authored
values to 0/24. Default value is now 6 hours between notification reminders. clientgui/ BOINCBaseFrame.cpp BOINCDialupManager.cpp BOINCTaskBar.cpp DlgOptions.cpp svn path=/trunk/boinc/; revision=23141
Rom Walton authoredvalues to 0/24. Default value is now 6 hours between notification reminders. clientgui/ BOINCBaseFrame.cpp BOINCDialupManager.cpp BOINCTaskBar.cpp DlgOptions.cpp svn path=/trunk/boinc/; revision=23141
ALoggingFacility.cpp 1.62 KiB
/*************************************************************************
* Copyright (C) 2007 by Oliver Bock *
* bock@tfh-berlin.de *
* *
* This file is part of Fidelity. *
* *
* Fidelity is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
* by the Free Software Foundation, version 3 of the License. *
* *
* Fidelity is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with Fidelity. If not, see <http://www.gnu.org/licenses/>. *
* *
*************************************************************************/
#include "ALoggingFacility.h"
Fidelity::Common::ALoggingFacility::ALoggingFacility()
{
initAttributes();
}
Fidelity::Common::ALoggingFacility::~ALoggingFacility()
{
}
void Fidelity::Common::ALoggingFacility::initAttributes()
{
}