aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/Domain.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-07 19:41:19 +0100
committerMax Kellermann <max@duempel.org>2014-11-07 19:41:19 +0100
commit2d9876a261d62192b5ce976eae376ac4e1fd4b38 (patch)
tree7ad2b73867f1bf0a76d8058df30e0ad68aa42c97 /src/input/Domain.cxx
parent303d67aed2da79d4ddaa3a52093ed42ae9da064d (diff)
parent125eb01e03082f1c33fa1b0b6d51b953eebf6c28 (diff)
downloadmpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.tar.gz
mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.tar.xz
mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.zip
Merge branch 'v0.19.x'
Diffstat (limited to 'src/input/Domain.cxx')
-rw-r--r--src/input/Domain.cxx24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/input/Domain.cxx b/src/input/Domain.cxx
new file mode 100644
index 000000000..26ae298a4
--- /dev/null
+++ b/src/input/Domain.cxx
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * http://www.musicpd.org
+ *
+ * This program 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.
+ *
+ * This program 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 more 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#include "config.h"
+#include "Domain.hxx"
+#include "util/Domain.hxx"
+
+const Domain input_domain("input");