~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to src/mbase/project/table.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
Import upstream version 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
              Table(): isIndexed(false) {}
49
49
 
50
50
              // вставка медиа 
51
 
        void  Insert(const Item& mi) { push_back(mi); }
 
51
        void  Insert(const Item& mi) { this->push_back(mi); }
52
52
              // удаление по одному не требуется
53
53
         //Itr  Erase(Itr itr) { return erase(itr); }
54
54