~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/FileSystem/ASAPFileDirectory.h

  • 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:
24
24
#include "MusicFileDirectory.h"
25
25
#include "cores/paplayer/DllASAP.h"
26
26
 
27
 
namespace DIRECTORY
 
27
namespace XFILE
28
28
{
29
29
  class CASAPFileDirectory : public CMusicFileDirectory
30
30
  {