summaryrefslogtreecommitdiff
path: root/include/pluginManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pluginManager.h')
-rw-r--r--include/pluginManager.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/pluginManager.h b/include/pluginManager.h
new file mode 100644
index 0000000..90ee456
--- /dev/null
+++ b/include/pluginManager.h
@@ -0,0 +1,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_ */