- first attempt to remove QT
[profile/ivi/audiomanager.git] / AudioManagerDaemon / PluginHandler.h
1 /*
2  * PluginHandler.h
3  *
4  *  Created on: Jul 15, 2011
5  *      Author: blacky
6  */
7
8 #ifndef PLUGINHANDLER_H_
9 #define PLUGINHANDLER_H_
10
11 class PluginHandler {
12 public:
13         PluginHandler();
14         virtual ~PluginHandler();
15 };
16
17 #endif /* PLUGINHANDLER_H_ */