~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/GUIWindowVideoBase.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:
44
44
 
45
45
#include "SkinInfo.h"
46
46
 
 
47
using namespace XFILE;
 
48
using namespace DIRECTORY;
 
49
using namespace PLAYLIST;
 
50
using namespace VIDEODATABASEDIRECTORY;
 
51
 
47
52
#define CONTROL_BTNVIEWASICONS     2
48
53
#define CONTROL_BTNSORTBY          3
49
54
#define CONTROL_BTNSORTASC         4
60
65
#define CONTROL_IMDB              9
61
66
#define CONTROL_BTNSHOWMODE       10
62
67
 
63
 
using namespace VIDEODATABASEDIRECTORY;
64
 
 
65
68
CGUIWindowVideoBase::CGUIWindowVideoBase(DWORD dwID, const CStdString &xmlFile)
66
69
    : CGUIMediaWindow(dwID, xmlFile)
67
70
{