/[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 1677 by persson, Sun Sep 9 10:36:23 2007 UTC revision 1678 by persson, Sun Feb 10 16:07:22 2008 UTC
# Line 38  Line 38 
38    
39  #include <string>  #include <string>
40  #include <list>  #include <list>
41    #include <set>
42  #include <map>  #include <map>
43  #include <iostream>  #include <iostream>
44    
# Line 310  namespace RIFF { Line 311  namespace RIFF {
311              friend class List;              friend class List;
312          private:          private:
313              stream_mode_t  Mode;              stream_mode_t  Mode;
314              ChunkList      ResizedChunks; ///< All chunks which have been resized (enlarged / shortened).              std::set<Chunk*> ResizedChunks; ///< All chunks which have been resized (enlarged / shortened).
315    
316              unsigned long GetFileSize();              unsigned long GetFileSize();
317              void ResizeFile(unsigned long ulNewSize);              void ResizeFile(unsigned long ulNewSize);

Legend:
Removed from v.1677  
changed lines
  Added in v.1678

  ViewVC Help
Powered by ViewVC