~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/GUIViewStateMusic.cpp

  • Committer: elupus
  • Date: 2010-02-01 01:58:58 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:27343
changed: drop namespace DIRECTORY and use XFILE for that aswell

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include "FileSystem/PluginDirectory.h"
38
38
#include "FileSystem/ShoutcastDirectory.h"
39
39
 
40
 
using namespace DIRECTORY;
 
40
using namespace XFILE;
41
41
using namespace MUSICDATABASEDIRECTORY;
42
42
 
43
43
int CGUIViewStateWindowMusic::GetPlaylist()
461
461
  {
462
462
    if (items.IsVideoDb() && items.Size() > (g_guiSettings.GetBool("filelists.showparentdiritems")?1:0))
463
463
    {
464
 
      DIRECTORY::VIDEODATABASEDIRECTORY::CQueryParams params;
465
 
      DIRECTORY::CVideoDatabaseDirectory::GetQueryParams(items[g_guiSettings.GetBool("filelists.showparentdiritems")?1:0]->m_strPath,params);
 
464
      XFILE::VIDEODATABASEDIRECTORY::CQueryParams params;
 
465
      XFILE::CVideoDatabaseDirectory::GetQueryParams(items[g_guiSettings.GetBool("filelists.showparentdiritems")?1:0]->m_strPath,params);
466
466
      if (params.GetMVideoId() != -1)
467
467
      {
468
468
        if (g_guiSettings.GetBool("filelists.ignorethewhensorting"))