From 82ef58fb3d0bdf6ce7d13f42cca30d03b24973c6 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 27 Aug 2009 17:27:58 +0200 Subject: =?UTF-8?q?AuthProvider=20hinzugef=C3=BCgt=20AuthBackendFile=20in?= =?UTF-8?q?=20AuthProviderFile=20und=20AuthBackendPassword=20aufgeteilt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/AuthBackendFile/Module.cpp | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/modules/AuthBackendFile/Module.cpp (limited to 'src/modules/AuthBackendFile/Module.cpp') diff --git a/src/modules/AuthBackendFile/Module.cpp b/src/modules/AuthBackendFile/Module.cpp deleted file mode 100644 index e5a9a18..0000000 --- a/src/modules/AuthBackendFile/Module.cpp +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Module.cpp - * - * Copyright (C) 2009 Matthias Schiffer - * - * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as published by the - * Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License along - * with this program. If not, see . - */ - -#include "../export.h" - -#include "Module.h" - -extern "C" { - -MAD_MODULE_EXPORT Mad::Common::Module* AuthBackendFile_create(Mad::Common::Application *application) { - return new Mad::Modules::AuthBackendFile::Module(application); -} - -} -- cgit v1.2.3