~ubuntu-branches/ubuntu/karmic/amarok/karmic

« back to all changes in this revision

Viewing changes to src/playlist/PlaylistViewUrlGenerator.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-09-03 23:49:07 UTC
  • mfrom: (1.77.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090903234907-rk4lt6hnxwckvuon
Tags: 2:2.1.80-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************************
 
2
 * Copyright (c) 2009 Téo Mrnjavac <teo.mrnjavac@gmail.com>                             *
 
3
 *                                                                                      *
 
4
 * This program is free software; you can redistribute it and/or modify it under        *
 
5
 * the terms of the GNU General Public License as published by the Free Software        *
 
6
 * Foundation; either version 2 of the License, or (at your option) any later           *
 
7
 * version.                                                                             *
 
8
 *                                                                                      *
 
9
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY      *
 
10
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A      *
 
11
 * PARTICULAR PURPOSE. See the GNU General Public License for more details.              *
 
12
 *                                                                                      *
 
13
 * You should have received a copy of the GNU General Public License along with         *
 
14
 * this program.  If not, see <http://www.gnu.org/licenses/>.                           *
 
15
 ****************************************************************************************/
 
16
 
 
17
#ifndef PLAYLISTVIEWURLGENERATOR_H
 
18
#define PLAYLISTVIEWURLGENERATOR_H
 
19
 
 
20
#include "amarok_export.h"
 
21
#include "AmarokUrl.h"
 
22
 
 
23
namespace Playlist
 
24
{
 
25
 
 
26
class AMAROK_EXPORT ViewUrlGenerator
 
27
{
 
28
public:
 
29
    ViewUrlGenerator();
 
30
    virtual ~ViewUrlGenerator();
 
31
 
 
32
    AmarokUrl createAmarokUrl();
 
33
};
 
34
 
 
35
}
 
36
 
 
37
#endif  //PLAYLISTVIEWURLGENERATOR_H