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

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

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

revision 1381 by schoenebeck, Thu Oct 4 18:57:10 2007 UTC revision 1524 by schoenebeck, Sun Nov 25 17:29:37 2007 UTC
# Line 749  namespace gig { Line 749  namespace gig {
749              Group*      AddGroup();              Group*      AddGroup();
750              void        DeleteGroup(Group* pGroup);              void        DeleteGroup(Group* pGroup);
751              void        DeleteGroupOnly(Group* pGroup);              void        DeleteGroupOnly(Group* pGroup);
752                void        SetAutoLoad(bool b);
753                bool        GetAutoLoad();
754              virtual    ~File();              virtual    ~File();
755              virtual void UpdateChunks();              virtual void UpdateChunks();
756          protected:          protected:
# Line 764  namespace gig { Line 766  namespace gig {
766              friend class Sample;              friend class Sample;
767              friend class Group; // so Group can access protected member pRIFF              friend class Group; // so Group can access protected member pRIFF
768          private:          private:
             static const DLS::Info::FixedStringLength FixedStringLengths[];  
769              std::list<Group*>*          pGroups;              std::list<Group*>*          pGroups;
770              std::list<Group*>::iterator GroupsIterator;              std::list<Group*>::iterator GroupsIterator;
771                bool                        bAutoLoad;
772      };      };
773    
774      /**      /**

Legend:
Removed from v.1381  
changed lines
  Added in v.1524

  ViewVC Help
Powered by ViewVC