Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
20:505d29d5bdfc
Parent:
11:e1bee9a77652
--- a/AbstractClient.h	Fri Mar 20 14:26:52 2015 +0000
+++ b/AbstractClient.h	Mon Apr 13 14:24:44 2015 +0000
@@ -77,7 +77,7 @@
 		 * @param username the username used for further request authorization
 		 * @param password the password used for further request authorization
 		 */
-		virtual uint8_t setAuthorization(const char*, const char*) = 0;
+//		virtual uint8_t setAuthorization(const char*, const char*) = 0;
 
 		/**
 		 * Begins a new request. This method has to be the first call for