Get weather Information

Revision:
2:76b812680942
Parent:
1:8655f1720450
--- a/WeatherInfo.h	Sun Jun 28 00:17:02 2015 +0000
+++ b/WeatherInfo.h	Sun Jul 05 08:11:40 2015 +0000
@@ -10,7 +10,7 @@
     WeatherInfo(enum WeatherInfoSource s) ; 
     ~WeatherInfo();
     void setBuff(char *buff, int size) ;
-    bool getInfo() ;
+    bool getInfo(char *hiTemp, char *loTemp, char *prec) ;
 private:
     enum WeatherInfoSource source ;
     char *recvBuff ;