diff options
author | Max Kellermann <max@duempel.org> | 2013-10-15 23:24:54 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-15 23:24:54 +0200 |
commit | fa13a6616f270c8b4fde16ba731579672700af85 (patch) | |
tree | 90e1fab2c03cbabb63dc2b851282b2f0f410a7a9 /src/ArchiveDomain.cxx | |
parent | d4c2f911822e95a8c047b7cdfd69d08e612eb65c (diff) | |
download | mpd-fa13a6616f270c8b4fde16ba731579672700af85.tar.gz mpd-fa13a6616f270c8b4fde16ba731579672700af85.tar.xz mpd-fa13a6616f270c8b4fde16ba731579672700af85.zip |
Archive*: move archive_domain to ArchiveDomain.cxx
Merge duplicate symbol.
Diffstat (limited to 'src/ArchiveDomain.cxx')
-rw-r--r-- | src/ArchiveDomain.cxx | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ArchiveDomain.cxx b/src/ArchiveDomain.cxx new file mode 100644 index 000000000..2beeebcbb --- /dev/null +++ b/src/ArchiveDomain.cxx @@ -0,0 +1,23 @@ +/* + * Copyright (C) 2003-2013 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 "ArchiveDomain.hxx" +#include "util/Domain.hxx" + +const Domain archive_domain("archive"); |