File indexing completed on 2025-01-05 04:32:39
0001 /*************************************************************************** 0002 copyright : (C) 2002, 2003 by Scott Wheeler 0003 email : wheeler@kde.org 0004 ***************************************************************************/ 0005 0006 /*************************************************************************** 0007 * This library is free software; you can redistribute it and/or modify * 0008 * it under the terms of the GNU Lesser General Public License version * 0009 * 2.1 as published by the Free Software Foundation. * 0010 * * 0011 * This library is distributed in the hope that it will be useful, but * 0012 * WITHOUT ANY WARRANTY; without even the implied warranty of * 0013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 0014 * Lesser General Public License for more details. * 0015 * * 0016 * You should have received a copy of the GNU Lesser General Public * 0017 * License along with this library; if not, write to the Free Software * 0018 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * 0019 * USA * 0020 ***************************************************************************/ 0021 0022 #pragma once 0023 0024 namespace TagLib { 0025 #define debug(x) 0026 #define debugData(x) 0027 }