edits
[iotcloud.git] / version2 / src / C / LocalComm.h
index 10c90b054fc6bd09212019676bf14a76007d2e47..4ea7458b3b89105f4f9dddd92f2c6dac40cb2a06 100644 (file)
@@ -8,7 +8,7 @@ class LocalComm {
                t2 = _t2;
        }
 
-       public char[] sendDataToLocalDevice(Long deviceId, char[] data) throws InterruptedException {
+       public Array<char> *sendDataToLocalDevice(Long deviceId, Array<char> *data) throws InterruptedException {
                System.out.println("Passing Locally");
 
                if (deviceId == t1.getMachineId()) {