anilgkts / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Make Stream::timedread() protected instead of private #846

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?
Make Stream::timedRead() protected instead of private.

Why?
Having timedRead() private prevents anyone from using it in subclasses.

Would this cause any incompatibilities with previous versions?
I don't think so.

Original issue reported on code.google.com by pierre.b...@gmail.com on 6 Mar 2012 at 4:44

GoogleCodeExporter commented 9 years ago
Fixed upstream.

Original comment by c.mag...@arduino.cc on 29 Jan 2014 at 1:06