libmusicbrainz3  3.0.2
labelalias.h
Go to the documentation of this file.
1 /*
2  * MusicBrainz -- The Internet music metadatabase
3  *
4  * Copyright (C) 2006 Lukas Lalinsky
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19  *
20  * $Id: labelalias.h 9218 2007-06-25 20:11:09Z luks $
21  */
22 
23 #ifndef __MUSICBRAINZ3_LABELALIAS_H__
24 #define __MUSICBRAINZ3_LABELALIAS_H__
25 
26 #include <string>
29 
30 namespace MusicBrainz
31 {
32 
38  class MB_API LabelAlias : public ArtistAlias
39  {
40  public:
41  };
42 
43 }
44 
45 #endif
Definition: artist.h:32
Represents a label alias.
Definition: labelalias.h:38
Represents an artist alias.
Definition: artistalias.h:43
#define MB_API
Definition: defines.h:40