summaryrefslogtreecommitdiff
path: root/include/pluginManager.h
blob: 90ee456e897ed23af5e35c9f3e98373643420de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * pluginManager.h
 *
 *  Created on: 05.09.2012
 *      Author: savop
 */

#ifndef PLUGINMANAGER_H_
#define PLUGINMANAGER_H_

namespace upnp {

class cPluginManager {
public:
private:
};

}  // namespace upnp

#endif /* PLUGINMANAGER_H_ */