Added sending route to server.
[speedfreak] / Client / gpsdata.h
index 2c6f4b6..fd1d451 100644 (file)
@@ -23,6 +23,8 @@ public:
     void startRouteRecording(QString time);
     void stopRouteRecording(QString time);
     int roundCounter; //testing, move private!!!
+    double *getGpsDataArray();
+    int getRoundCounter();
 
 private:
     Maemo5Location *location;