X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FSOMA%2FSOMA_servicepluginloader.h;fp=src%2FSOMA%2FSOMA_servicepluginloader.h;h=890d22502bd3f2ac89e45c5288c91e6be3b488f5;hb=e494cd05f1809789fd03d888c5592753d04f2031;hp=0000000000000000000000000000000000000000;hpb=4c87a3c868d40870d0eed21fb6e01c014acd3062;p=qtmads diff --git a/src/SOMA/SOMA_servicepluginloader.h b/src/SOMA/SOMA_servicepluginloader.h new file mode 100644 index 0000000..890d225 --- /dev/null +++ b/src/SOMA/SOMA_servicepluginloader.h @@ -0,0 +1,43 @@ +/* + * Copyright (c) 2009 Eetu Lehmusvuo. + * + * This file is part of QtMAds. + * + * QtMAds 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. + * + * QtMAds 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 QtMAds. If not, see . + * + */ + +#ifndef SOMASERVICEPLUGINLOADER_H_ +#define SOMASERVICEPLUGINLOADER_H_ + +#include "qtmadsserviceinterface.h" + +#include + +#include "qtmadsservice.h" + +#include "SOMA_serviceplugin.h" + +class SomaServicePluginLoader : public QObject, QtmadsServiceInterface +{ + Q_OBJECT + Q_INTERFACES(QtmadsServiceInterface) + +public: + SomaServicePluginLoader(){}; + ~SomaServicePluginLoader(){}; + QtmadsService* loadService(); +}; + +#endif /* SOMASERVICEPLUGINLOADER_H_ */