From c1cb92bc30256171bfafb22cf8512142afee97cf Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 15 Aug 2009 15:07:41 +0200 Subject: =?UTF-8?q?UserConfigBackendKrb5=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/UserConfigBackendKrb5/Module.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/modules/UserConfigBackendKrb5/Module.cpp (limited to 'src/modules/UserConfigBackendKrb5/Module.cpp') diff --git a/src/modules/UserConfigBackendKrb5/Module.cpp b/src/modules/UserConfigBackendKrb5/Module.cpp new file mode 100644 index 0000000..ecfec56 --- /dev/null +++ b/src/modules/UserConfigBackendKrb5/Module.cpp @@ -0,0 +1,28 @@ +/* + * 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 "Module.h" + +extern "C" { + +Mad::Common::Module* UserConfigBackendKrb5_create(Mad::Common::Application *application) { + return new Mad::Modules::UserConfigBackendKrb5::Module(application); +} + +} -- cgit v1.2.3