edits
[iotcloud.git] / version2 / src / C / CloudComm.cc
index 1c8114ed61dc79291dc5460c216c28d9f00962a0..82982ba9572648c258ae075cd00a2003b165556b 100644 (file)
@@ -21,7 +21,7 @@ CloudComm::CloudComm() :
 /**
  * Constructor for actual use. Takes in the url and password.
  */
-CloudComm::CloudComm(Table* _table,  IoTString* _baseurl, IoTString* _password, int _listeningPort) :
+CloudComm::CloudComm(Table *_table,  IoTString *_baseurl, IoTString *_password, int _listeningPort) :
        baseurl(_baseurl),
        key(NULL),
        mac(NULL),