~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/FileSystem/LastFMDirectory.cpp

  • Committer: spiff_
  • Date: 2007-01-16 18:08:26 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk/XBMC:7655
fixed: severe global namespace pollution

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include "../util.h"
6
6
#include "../musicdatabase.h"
7
7
 
8
 
 
 
8
using namespace DIRECTORY;
9
9
 
10
10
#define AUDIOSCROBBLER_BASE_URL      "http://ws.audioscrobbler.com/1.0/"
11
11
 
12
 
 
13
12
CLastFMDirectory::CLastFMDirectory()
14
13
{
15
14
  m_Error = false;