Cumulocity Official / Mbed 2 deprecated MbedSmartRestMain Featured

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
55:a0f7295ed6b6
Parent:
54:7dcc8898d87d
Child:
56:4d6e34f1589d
diff -r 7dcc8898d87d -r a0f7295ed6b6 apndb.h
--- a/apndb.h	Wed Sep 03 14:36:55 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#ifndef APNDB_H
-#define APNDb_H
-
-// Defiles the base type for storing mcc/mnc-apn/user/pass tuples
-typedef struct
-{
-    const char *mcc; // mobile country code
-    const char *mnc; // mobile network code
-    const char *carrier;
-    const char *apn;
-} apndb_t;
-
-apndb_t * apndb_get(const char * imsi);
-
-#endif
\ No newline at end of file