Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
135:7f3f963cd159
Parent:
36:73e343ddca7f
Child:
192:54b758a8eaaa
--- a/MBEDgps.h	Fri Mar 28 16:24:12 2014 +0000
+++ b/MBEDgps.h	Fri Mar 28 17:49:10 2014 +0000
@@ -24,7 +24,7 @@
  class MBEDgps : public MBEDio {
      public:
         MBEDgps(ErrorHandler *error_handler,Resource *resource);
-       ~MBEDgps();
+        virtual ~MBEDgps();
        
        virtual void update();
  };