summaryrefslogtreecommitdiffstats
path: root/src/shared/Configuration.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-03-06 03:00:12 +0000
committerDavid Robillard <d@drobilla.net>2010-03-06 03:00:12 +0000
commit085a451dfec54126be1b9346899c81d82e6eb58e (patch)
tree246efcfe629a85d5db1c80fd3527409bd4550cba /src/shared/Configuration.hpp
parent0c8c6564689543cb884d7f5678a80f23558f8c84 (diff)
downloadingen-085a451dfec54126be1b9346899c81d82e6eb58e.tar.gz
ingen-085a451dfec54126be1b9346899c81d82e6eb58e.tar.bz2
ingen-085a451dfec54126be1b9346899c81d82e6eb58e.zip
Add missing files.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2532 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/Configuration.hpp')
-rw-r--r--src/shared/Configuration.hpp35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/shared/Configuration.hpp b/src/shared/Configuration.hpp
new file mode 100644
index 00000000..12c95e9b
--- /dev/null
+++ b/src/shared/Configuration.hpp
@@ -0,0 +1,35 @@
+/* This file is part of Ingen.
+ * Copyright (C) 2010 Dave Robillard <http://drobilla.net>
+ *
+ * Ingen is free software; you can redistribute it and/or modify it under the
+ * terms of the GNU General Public License as published by the Free Software
+ * Foundation; either version 2 of the License, or (at your option) any later
+ * version.
+ *
+ * Ingen 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 General Public License for details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef INGEN_SHARED_CONFIGURATION_HPP
+#define INGEN_SHARED_CONFIGURATION_HPP
+
+#include "raul/Configuration.hpp"
+
+namespace Ingen {
+namespace Shared {
+
+class Configuration : public Raul::Configuration {
+public:
+ Configuration();
+};
+
+} // namespace Shared
+} // namespace Ingen
+
+#endif // INGEN_SHARED_CONFIGURATION_HPP
+