~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/CdgParser.h

  • 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:
32
32
  errCode GetFileState();
33
33
  CStdString GetFileName();
34
34
protected:
35
 
  CFile m_File;
 
35
  XFILE::CFile m_File;
36
36
  CStdString m_strFileName;
37
37
  BYTE *m_pBuffer;
38
38
  SubCode *m_pSubCode;