Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 420077 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- ptlib-2.6.7.orig/include/ptlib/array.h
0
++ ptlib-2.6.7/include/ptlib/array.h
Lines 523-529 template <class T> class PScalarArray : Link Here
523
      T t;
523
      T t;
524
      stream >> t;
524
      stream >> t;
525
      if (!stream.fail())
525
      if (!stream.fail())
526
        SetAt(index, t);
526
        this->SetAt(index, t);
527
    }
527
    }
528
};
528
};
529
-- ptlib-2.6.7.orig/include/ptlib/safecoll.h
529
++ ptlib-2.6.7/include/ptlib/safecoll.h
Lines 782-788 Link Here
782
     */
782
     */
783
    PSafePtr & operator=(T * obj)
783
    PSafePtr & operator=(T * obj)
784
      {
784
      {
785
        Assign(obj);
785
        this->Assign(obj);
786
        return *this;
786
        return *this;
787
      }
787
      }

Return to bug 420077