ssu
ssuproxy.h
Go to the documentation of this file.
1 
9 /*
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
22  *
23  */
24 
25 #ifndef _SSUPROXY_H
26 #define _SSUPROXY_H
27 
28 #include "../libssu/ssu_interface.h"
29 
30 class SsuProxy: public SsuDBusInterface
31 {
32  Q_OBJECT
33 
34 public:
35  SsuProxy();
36 };
37 
38 #endif // _SSUPROXY_H
SsuProxy
Definition: ssuproxy.h:30