/[svn]/libgig/trunk/src/RIFF.h
ViewVC logotype

Diff of /libgig/trunk/src/RIFF.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 384 by schoenebeck, Thu Feb 17 02:22:26 2005 UTC revision 666 by persson, Sun Jun 19 15:18:59 2005 UTC
# Line 214  namespace RIFF { Line 214  namespace RIFF {
214          public:          public:
215              File(const String& path);              File(const String& path);
216              virtual ~File();              virtual ~File();
217                const String Filename;
218          private:          private:
219              unsigned long GetFileSize();              unsigned long GetFileSize();
220      };      };
# Line 228  namespace RIFF { Line 229  namespace RIFF {
229              virtual ~Exception() {};              virtual ~Exception() {};
230      };      };
231    
232        String libraryName();
233        String libraryVersion();
234    
235  } // namespace RIFF  } // namespace RIFF
236  #endif // __RIFF_H__  #endif // __RIFF_H__

Legend:
Removed from v.384  
changed lines
  Added in v.666

  ViewVC Help
Powered by ViewVC