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