Dependents:   SimpleLCDClock readCard2Twitter_http AnalogClock_StepperMotor_NTP ServoCamV1

Revision:
3:7fe2ff1a61a4
Parent:
2:32345cf67bf2
--- a/services/http/client/data/HttpStream.h	Tue May 25 11:58:19 2010 +0000
+++ b/services/http/client/data/HttpStream.h	Wed May 26 11:50:40 2010 +0000
@@ -40,6 +40,8 @@
   bool readable();
   
   int readLen();
+  
+  virtual void clear();
       
 protected:
   virtual int read(char* buf, int len);